summaryrefslogtreecommitdiffstats
path: root/plugins/imudp
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-09-03 15:53:09 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-09-03 15:53:09 +0200
commit5d24e7d8351180c0a81fdb4607d9eb668cfb58ce (patch)
tree65ff2264d92e4e4c429d23d90adac0fed498c2fc /plugins/imudp
parent9eae07aa82db12205a31afc4ee2888ba50c3bc3a (diff)
parentea6570c993eee8cb3f3e22ae1d22e1674a3a1bcb (diff)
downloadrsyslog-5d24e7d8351180c0a81fdb4607d9eb668cfb58ce.tar.gz
rsyslog-5d24e7d8351180c0a81fdb4607d9eb668cfb58ce.tar.xz
rsyslog-5d24e7d8351180c0a81fdb4607d9eb668cfb58ce.zip
Merge branch 'v4-beta' into v4-devel
Diffstat (limited to 'plugins/imudp')
-rw-r--r--plugins/imudp/imudp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imudp/imudp.c b/plugins/imudp/imudp.c
index 718c3090..cd250657 100644
--- a/plugins/imudp/imudp.c
+++ b/plugins/imudp/imudp.c
@@ -210,7 +210,7 @@ processSocket(int fd, struct sockaddr_storage *frominetPrev, int *pbIsPermitted,
/* if we reach this point, we had a good receive and can process the packet received */
/* check if we have a different sender than before, if so, we need to query some new values */
- if(memcmp(&frominet, frominetPrev, socklen) != 0) {
+ if(net.CmpHost(&frominet, frominetPrev, socklen) != 0) {
CHKiRet(net.cvthname(&frominet, fromHost, fromHostFQDN, fromHostIP));
memcpy(frominetPrev, &frominet, socklen); /* update cache indicator */
/* Here we check if a host is permitted to send us