Don't timeout bouncedcc connections, inactive bounced DCC chat's would be dropped otherwise

This commit is contained in:
Kyle Fuller
2011-08-31 02:09:06 +00:00
parent bf8b1624c9
commit 3eaa308d28

View File

@@ -393,6 +393,7 @@ void CDCCBounce::SockError(int iErrno) {
}
void CDCCBounce::Connected() {
SetTimeout(0);
DEBUG(GetSockName() << " == Connected()");
}