summaryrefslogtreecommitdiffstats
path: root/runtime/netstrm.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-24 11:03:34 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-24 11:03:34 +0200
commita7040a9623e228043209da897dbf30b9ab02d771 (patch)
treeb28c2bda58b568dd7ff1e65ff92738f7d5dfb7a4 /runtime/netstrm.c
parent0e19d501bbf4d96bc622436a161b57ff7445a657 (diff)
downloadrsyslog-a7040a9623e228043209da897dbf30b9ab02d771.tar.gz
rsyslog-a7040a9623e228043209da897dbf30b9ab02d771.tar.xz
rsyslog-a7040a9623e228043209da897dbf30b9ab02d771.zip
some cleanup
Diffstat (limited to 'runtime/netstrm.c')
-rw-r--r--runtime/netstrm.c1
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));