diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-17 14:33:43 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-17 14:33:43 +0200 |
commit | 92303d400ba83eaf150054d2cf5ce4906578bed0 (patch) | |
tree | 56f8baadfec029e5815bcb097115a0eca40f1720 /tcpsrv.c | |
parent | ad6b933faf5dfa8f5502969e63eccc86d2af6662 (diff) | |
download | rsyslog-92303d400ba83eaf150054d2cf5ce4906578bed0.tar.gz rsyslog-92303d400ba83eaf150054d2cf5ce4906578bed0.tar.xz rsyslog-92303d400ba83eaf150054d2cf5ce4906578bed0.zip |
added new "netstrm" class (not yet implemented)
Diffstat (limited to 'tcpsrv.c')
-rw-r--r-- | tcpsrv.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -457,7 +457,6 @@ SessAccept(tcpsrv_t *pThis, tcps_sess_t **ppSess, int fd) */ close (newConn); ABORT_FINALIZE(RS_RET_ERR); // TODO: better error code - //was: return -1; } /* Here we check if a host is permitted to send us |