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
committed by Uli Schlachter
parent 13dbd6698c
commit 7354564df3
+1
View File
@@ -393,6 +393,7 @@ void CDCCBounce::SockError(int iErrno) {
}
void CDCCBounce::Connected() {
SetTimeout(0);
DEBUG(GetSockName() << " == Connected()");
}