Hello.
I've found minor problem with imuxsock (HEAD version from git). When
syssock.use set to off, the module is unable to create additional
listeners. See patch attached.
--
Pavel Levshin
diff --git a/plugins/imuxsock/imuxsock.c b/plugins/imuxsock/imuxsock.c
index c6db8c5..9d52fe0 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.
*/
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of
sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE
THAT.