mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-08 00:12:00 +00:00
Server browser crash fix.
This commit is contained in:
parent
f4044af503
commit
d57dd2fb3a
1 changed files with 1 additions and 1 deletions
|
@ -2767,7 +2767,7 @@ static void MasterInfo_ProcessHTTP(struct dl_download *dl)
|
|||
info = Z_Malloc(sizeof(serverinfo_t));
|
||||
info->adr = adr;
|
||||
info->sends = 1;
|
||||
Q_strncpyz(info->brokerid, brokerid, sizeof(info->brokerid));
|
||||
Q_strncpyz(info->brokerid, brokerid?brokerid:"", sizeof(info->brokerid));
|
||||
|
||||
info->special = 0;
|
||||
if (protocoltype == MP_QUAKEWORLD)
|
||||
|
|
Loading…
Reference in a new issue