mirror of
https://github.com/znc/znc.git
synced 2026-05-08 06:14:40 +02:00
Don't timeout bouncedcc connections, inactive bounced DCC chat's would be dropped otherwise
This commit is contained in:
committed by
Uli Schlachter
parent
13dbd6698c
commit
7354564df3
@@ -393,6 +393,7 @@ void CDCCBounce::SockError(int iErrno) {
|
||||
}
|
||||
|
||||
void CDCCBounce::Connected() {
|
||||
SetTimeout(0);
|
||||
DEBUG(GetSockName() << " == Connected()");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user