summaryrefslogtreecommitdiffstats
path: root/plugins/imudp/imudp.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-26 17:21:02 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-26 17:21:02 +0000
commit94af628fbd7eaed384e0b9150638019fb6efd5e3 (patch)
tree1d09b352a0103d08ca4293c15deb6cbf6a6ff87c /plugins/imudp/imudp.c
parent3eff8e5404a3792acbd4ad00f5c4675a940a0eeb (diff)
downloadrsyslog-94af628fbd7eaed384e0b9150638019fb6efd5e3.tar.gz
rsyslog-94af628fbd7eaed384e0b9150638019fb6efd5e3.tar.xz
rsyslog-94af628fbd7eaed384e0b9150638019fb6efd5e3.zip
removed active INET code from syslogd.c - still some auxiliary things
remain
Diffstat (limited to 'plugins/imudp/imudp.c')
-rw-r--r--plugins/imudp/imudp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/imudp/imudp.c b/plugins/imudp/imudp.c
index 5aebc9b5..f3a2b72a 100644
--- a/plugins/imudp/imudp.c
+++ b/plugins/imudp/imudp.c
@@ -152,6 +152,7 @@ ENDrunInput
/* initialize and return if will run or not */
BEGINwillRun
CODESTARTwillRun
+ PrintAllowedSenders(1); /* UDP */
if((udpLstnSocks = create_udp_socket(NULL, (uchar*)LogPort, 1)) != NULL)
dbgprintf("Opened %d syslog UDP port(s).\n", *udpLstnSocks);