diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-25 10:06:10 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-25 10:06:10 +0200 |
commit | 2005d52a8babf01c5a6d276e726185c8a932ac1f (patch) | |
tree | 0d284870c4fc5947ef124fc5ee0b823a07f49f19 /plugins/imudp/imudp.c | |
parent | ef5887e864307486f0fe07a23ed9ea7c4789dc11 (diff) | |
parent | 5941ce7720393d28f04fac817ebcd21936c1ec8d (diff) | |
download | rsyslog-2005d52a8babf01c5a6d276e726185c8a932ac1f.tar.gz rsyslog-2005d52a8babf01c5a6d276e726185c8a932ac1f.tar.bz2 rsyslog-2005d52a8babf01c5a6d276e726185c8a932ac1f.zip |
Merge branch 'v7-stable'
Diffstat (limited to 'plugins/imudp/imudp.c')
-rw-r--r-- | plugins/imudp/imudp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/imudp/imudp.c b/plugins/imudp/imudp.c index 1bdd0868..312645bd 100644 --- a/plugins/imudp/imudp.c +++ b/plugins/imudp/imudp.c @@ -869,7 +869,7 @@ CODESTARTactivateCnfPrePrivDrop for(inst = runModConf->root ; inst != NULL ; inst = inst->next) { addListner(inst); } - /* if we could not set up any listners, there is no point in running... */ + /* if we could not set up any listeners, there is no point in running... */ if(lcnfRoot == NULL) { errmsg.LogError(0, NO_ERRCODE, "imudp: no listeners could be started, " "input not activated.\n"); @@ -895,7 +895,6 @@ CODESTARTfreeCnf for(inst = pModConf->root ; inst != NULL ; ) { free(inst->pszBindPort); free(inst->pszBindAddr); - free(inst->pBindRuleset); free(inst->inputname); del = inst; inst = inst->next; |