linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #01019
[Bug 459520] Re: Problem shutting down hub
Fixed in version 2.5.0.
** Changed in: adchpp
Status: Fix Committed => Fix Released
--
Problem shutting down hub
https://bugs.launchpad.net/bugs/459520
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to ADCH++.
Status in ADCH++: Fix Released
Bug description:
Line 83 and 84 in ManagedSocket.h has stuff commented out since rev 137.
void shutdown() {/* sock.shutdown();*/ }
void close() { /*sock.disconnect();*/ }