(svn r16601) -Fix [FS#2880]: try 2... hopefully better this time

This commit is contained in:
rubidium
2009-06-19 20:26:18 +00:00
parent a490ae68ed
commit 71c7064ad6
10 changed files with 27 additions and 31 deletions

View File

@@ -110,7 +110,7 @@ protected:
/** The opened sockets. */
SocketList sockets;
NetworkRecvStatus CloseConnection();
NetworkRecvStatus CloseConnection(bool error = true);
/* Declare all possible packets here. If it can be received by the
* a specific handler, it has to be implemented. */