diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-09 13:41:38 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-09 13:41:38 +0200 |
commit | 0cade5118fbf6b7af6f34b53255e4e73b9578176 (patch) | |
tree | ef89b3b3ac9a9314848fcc1895cc8fc3900e4f07 /plugins | |
parent | 0550512b28049c391be424ad518ed0debb77089e (diff) | |
parent | bc471f1d9046bf75a2e27d593ce9b13e4094ffdc (diff) | |
download | rsyslog-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.c | 1 |
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)); |