summaryrefslogtreecommitdiffstats
path: root/tcpsrv.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-05-02 12:31:02 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-05-02 12:31:02 +0200
commit4b600b08a1160f09f35e58e6b5dae961f19e9f31 (patch)
treeec11d9355e0529364611c41ca6081e052ef1ce6c /tcpsrv.c
parent3cbc0b5f987e8a08960d5b2859ce8ea08e4012c6 (diff)
downloadrsyslog-4b600b08a1160f09f35e58e6b5dae961f19e9f31.tar.gz
rsyslog-4b600b08a1160f09f35e58e6b5dae961f19e9f31.tar.xz
rsyslog-4b600b08a1160f09f35e58e6b5dae961f19e9f31.zip
cosmetic cleanup
Diffstat (limited to 'tcpsrv.c')
-rw-r--r--tcpsrv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tcpsrv.c b/tcpsrv.c
index f1be1f87..938bbf7a 100644
--- a/tcpsrv.c
+++ b/tcpsrv.c
@@ -530,9 +530,7 @@ doReceive(tcpsrv_t *pThis, tcps_sess_t **ppSess, nspoll_t *pPoll)
errmsg.LogError(0, RS_RET_PEER_CLOSED_CONN, "Netstream session %p closed by remote peer %s.\n",
(*ppSess)->pStrm, pszPeer);
}
- //pthread_mutex_lock(&mut);
CHKiRet(closeSess(pThis, ppSess, pPoll));
- //pthread_mutex_unlock(&mut);
break;
case RS_RET_RETRY:
/* we simply ignore retry - this is not an error, but we also have not received anything */