mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
do not attempt to get the server status if no status URL is specified
This commit is contained in:
@ -137,9 +137,9 @@ void SetGateKeeperSrvHostname (const wchar addr[]) {
|
||||
//============================================================================
|
||||
// User-visible Server
|
||||
//============================================================================
|
||||
static wchar s_serverStatusUrl[256];
|
||||
static wchar s_serverSignupUrl[256];
|
||||
static wchar s_serverName[256];
|
||||
static wchar s_serverStatusUrl[256] = {0};
|
||||
static wchar s_serverSignupUrl[256] = {0};
|
||||
static wchar s_serverName[256] = {0};
|
||||
|
||||
//============================================================================
|
||||
const wchar *GetServerStatusUrl () {
|
||||
|
Reference in New Issue
Block a user