From d77a8b1b8877d2dd1a0248b07564d1f88be00deb Mon Sep 17 00:00:00 2001 From: Pavel Levshin Date: Thu, 24 Oct 2013 12:19:00 +0200 Subject: imuxsock: When syssock.use set to off, additional listeners cannot be created --- plugins/imuxsock/imuxsock.c | 2 -- 1 file changed, 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. */ -- cgit v1.2.3