diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-14 09:31:45 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-14 09:31:45 +0000 |
commit | de0665a4755140715ad9d95098f6b3a7ff713bd2 (patch) | |
tree | 9b9c0e5dd897f7097a9764990228d6f9db90647f /tcpsrv.c | |
parent | 7e58cb0779dbb132aede3d29a82a8a4d2d955365 (diff) | |
download | rsyslog-de0665a4755140715ad9d95098f6b3a7ff713bd2.tar.gz rsyslog-de0665a4755140715ad9d95098f6b3a7ff713bd2.tar.xz rsyslog-de0665a4755140715ad9d95098f6b3a7ff713bd2.zip |
cleanup
Diffstat (limited to 'tcpsrv.c')
-rw-r--r-- | tcpsrv.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -586,7 +586,6 @@ Run(tcpsrv_t *pThis) for (i = 0; i < *pThis->pSocksLstn; i++) { if (FD_ISSET(pThis->pSocksLstn[i+1], &readfds)) { dbgprintf("New connect on TCP inetd socket: #%d\n", pThis->pSocksLstn[i+1]); - //pThis->pOnSessAccept(pThis, &pNewSess, pThis->pSocksLstn[i+1]); SessAccept(pThis, &pNewSess, pThis->pSocksLstn[i+1]); --nfds; /* indicate we have processed one */ } |