1
0
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:
diafero
2011-08-02 13:04:12 +02:00
parent 2f5b3200d7
commit 5e3223b542
3 changed files with 11 additions and 30 deletions

View File

@ -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 () {