summaryrefslogtreecommitdiffstats
path: root/tcpsrv.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-12 15:59:50 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-12 15:59:50 +0200
commitb5ccdf06724d309b777d4dd38a455ed2ef0318a0 (patch)
tree28375754743e82f03729bbda875fe0d043857e2e /tcpsrv.c
parentca0ddc30a3edce02a440904a01f0b866c0f82b5a (diff)
downloadrsyslog-b5ccdf06724d309b777d4dd38a455ed2ef0318a0.tar.gz
rsyslog-b5ccdf06724d309b777d4dd38a455ed2ef0318a0.tar.xz
rsyslog-b5ccdf06724d309b777d4dd38a455ed2ef0318a0.zip
performance-enhanced imtcp
...by now using lowres time and thus saving many time() calls. This needs some performance testing and must be made configurable if it works out.
Diffstat (limited to 'tcpsrv.c')
-rw-r--r--tcpsrv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcpsrv.c b/tcpsrv.c
index 95409d2f..5e2bd530 100644
--- a/tcpsrv.c
+++ b/tcpsrv.c
@@ -106,7 +106,6 @@ addNewLstnPort(tcpsrv_t *pThis, uchar *pszPort)
CHKmalloc(pEntry = malloc(sizeof(tcpLstnPortList_t)));
pEntry->pszPort = pszPort;
pEntry->pSrv = pThis;
-RUNLOG_VAR("%p", pThis->pRuleset);
pEntry->pRuleset = pThis->pRuleset;
CHKmalloc(pEntry->pszInputName = ustrdup(pThis->pszInputName));