summaryrefslogtreecommitdiffstats
path: root/tcpsyslog.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcpsyslog.c')
-rw-r--r--tcpsyslog.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tcpsyslog.c b/tcpsyslog.c
index 27ef8e40..d2a4b724 100644
--- a/tcpsyslog.c
+++ b/tcpsyslog.c
@@ -42,9 +42,6 @@
#if HAVE_FCNTL_H
#include <fcntl.h>
#endif
-#ifdef USE_PTHREADS
-#include <pthread.h>
-#endif
#include "syslogd.h"
#include "syslogd-types.h"
@@ -420,7 +417,7 @@ void TCPSessAccept(int fd)
/* OK, we have a "good" index... */
/* get the host name */
- if(cvthname(&addr, fromHost, fromHostFQDN) == 0) {
+ if(cvthname(&addr, fromHost, fromHostFQDN) != RS_RET_OK) {
/* we seem to have something malicous - at least we
* are now told to discard the connection request.
* Error message has been generated by cvthname.