summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-09 13:41:38 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-09 13:41:38 +0200
commit0cade5118fbf6b7af6f34b53255e4e73b9578176 (patch)
treeef89b3b3ac9a9314848fcc1895cc8fc3900e4f07 /plugins
parent0550512b28049c391be424ad518ed0debb77089e (diff)
parentbc471f1d9046bf75a2e27d593ce9b13e4094ffdc (diff)
downloadrsyslog-0cade5118fbf6b7af6f34b53255e4e73b9578176.tar.gz
rsyslog-0cade5118fbf6b7af6f34b53255e4e73b9578176.tar.xz
rsyslog-0cade5118fbf6b7af6f34b53255e4e73b9578176.zip
Merge branch 'v3-stable' into beta
Conflicts: ChangeLog
Diffstat (limited to 'plugins')
-rw-r--r--plugins/imtcp/imtcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/imtcp/imtcp.c b/plugins/imtcp/imtcp.c
index 89f1dbcf..7b3eeda5 100644
--- a/plugins/imtcp/imtcp.c
+++ b/plugins/imtcp/imtcp.c
@@ -160,6 +160,7 @@ static rsRetVal addTCPListener(void __attribute__((unused)) *pVal, uchar *pNewVa
if(pOurTcpsrv == NULL) {
CHKiRet(tcpsrv.Construct(&pOurTcpsrv));
+ CHKiRet(tcpsrv.SetSessMax(pOurTcpsrv, iTCPSessMax));
CHKiRet(tcpsrv.SetCBIsPermittedHost(pOurTcpsrv, isPermittedHost));
CHKiRet(tcpsrv.SetCBRcvData(pOurTcpsrv, doRcvData));
CHKiRet(tcpsrv.SetCBOpenLstnSocks(pOurTcpsrv, doOpenLstnSocks));