(svn r22934) -Fix [FS#4771]: prevent authentication bypass for the admin port when a new game is started
This commit is contained in:
@@ -449,6 +449,15 @@ public:
|
||||
~NetworkAdminSocketHandler();
|
||||
|
||||
NetworkRecvStatus ReceivePackets();
|
||||
|
||||
/**
|
||||
* Get the status of the admin.
|
||||
* @return The status of the admin.
|
||||
*/
|
||||
AdminStatus GetAdminStatus() const
|
||||
{
|
||||
return this->status;
|
||||
}
|
||||
};
|
||||
|
||||
#endif /* ENABLE_NETWORK */
|
||||
|
Reference in New Issue
Block a user