summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Levshin <pavel@levshin.spb.ru>2013-10-24 12:19:00 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-10-24 12:19:00 +0200
commitd77a8b1b8877d2dd1a0248b07564d1f88be00deb (patch)
tree71268893e3e1f6e06d7e123451dd70c4f6d1ce12
parente367e2bca96f2c6164b3faaa063319b4fcbb190d (diff)
downloadrsyslog-d77a8b1b8877d2dd1a0248b07564d1f88be00deb.tar.gz
rsyslog-d77a8b1b8877d2dd1a0248b07564d1f88be00deb.tar.bz2
rsyslog-d77a8b1b8877d2dd1a0248b07564d1f88be00deb.zip
imuxsock: When syssock.use set to off, additional listeners cannot be created
-rw-r--r--plugins/imuxsock/imuxsock.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/imuxsock/imuxsock.c b/plugins/imuxsock/imuxsock.c
index c6db8c5a..9d52fe04 100644
--- a/plugins/imuxsock/imuxsock.c
+++ b/plugins/imuxsock/imuxsock.c
@@ -1277,8 +1277,6 @@ BEGINactivateCnfPrePrivDrop
int i;
CODESTARTactivateCnfPrePrivDrop
runModConf = pModConf;
- if(runModConf->bOmitLocalLogging && nfd == 1)
- ABORT_FINALIZE(RS_RET_OK);
/* we first calculate the number of listeners so that we can
* appropriately size the listener array.
*/