diff options
author | Pavel Levshin <pavel@levshin.spb.ru> | 2013-10-24 12:19:00 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-24 12:19:00 +0200 |
commit | d77a8b1b8877d2dd1a0248b07564d1f88be00deb (patch) | |
tree | 71268893e3e1f6e06d7e123451dd70c4f6d1ce12 | |
parent | e367e2bca96f2c6164b3faaa063319b4fcbb190d (diff) | |
download | rsyslog-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.c | 2 |
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. */ |