(svn r20978) -Fix (r20963): MSVC seems to be complaining more than GCC once again :)
This commit is contained in:
@@ -451,7 +451,7 @@ void NetworkClose(bool close_admins)
|
|||||||
if (close_admins) {
|
if (close_admins) {
|
||||||
ServerNetworkAdminSocketHandler *as;
|
ServerNetworkAdminSocketHandler *as;
|
||||||
FOR_ALL_ADMIN_SOCKETS(as) {
|
FOR_ALL_ADMIN_SOCKETS(as) {
|
||||||
as->CloseConnection(NETWORK_RECV_STATUS_CONN_LOST);
|
as->CloseConnection(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user