summaryrefslogtreecommitdiffstats
path: root/net.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-30 13:54:20 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-30 13:54:20 +0000
commit4becae174a3301eac5955f7900d3eef66728e440 (patch)
tree556f52823f113050a8952717fb32e79a2022e589 /net.c
parent57cf2138522f3dacf26ea30c6f32a800def70209 (diff)
downloadrsyslog-4becae174a3301eac5955f7900d3eef66728e440.tar.gz
rsyslog-4becae174a3301eac5955f7900d3eef66728e440.tar.xz
rsyslog-4becae174a3301eac5955f7900d3eef66728e440.zip
- fixed a bug that could cause invalid string handling via strerror_r
varmojfekoj provided the patch - many thanks! - adopted varmojfekoj's patch to v3, some more sterror_r's ;)
Diffstat (limited to 'net.c')
-rw-r--r--net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net.c b/net.c
index 4654282f..33dfc851 100644
--- a/net.c
+++ b/net.c
@@ -53,6 +53,7 @@
#include "syslogd-types.h"
#include "net.h"
#include "parse.h"
+#include "srUtils.h"
/* support for defining allowed TCP and UDP senders. We use the same
* structure to implement this (a linked list), but we define two different