diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-24 11:03:34 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-24 11:03:34 +0200 |
commit | a7040a9623e228043209da897dbf30b9ab02d771 (patch) | |
tree | b28c2bda58b568dd7ff1e65ff92738f7d5dfb7a4 /runtime/netstrm.c | |
parent | 0e19d501bbf4d96bc622436a161b57ff7445a657 (diff) | |
download | rsyslog-a7040a9623e228043209da897dbf30b9ab02d771.tar.gz rsyslog-a7040a9623e228043209da897dbf30b9ab02d771.tar.bz2 rsyslog-a7040a9623e228043209da897dbf30b9ab02d771.zip |
some cleanup
Diffstat (limited to 'runtime/netstrm.c')
-rw-r--r-- | runtime/netstrm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/netstrm.c b/runtime/netstrm.c index 670899ef..be754aae 100644 --- a/runtime/netstrm.c +++ b/runtime/netstrm.c @@ -117,7 +117,6 @@ AcceptConnReq(netstrm_t *pThis, netstrm_t **ppNew) assert(ppNew != NULL); /* accept the new connection */ -RUNLOG_VAR("%p", pThis->pDrvrData); CHKiRet(pThis->Drvr.AcceptConnReq(pThis->pDrvrData, &pNewNsd)); /* construct our object so that we can use it... */ CHKiRet(netstrms.CreateStrm(pThis->pNS, ppNew)); |