Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 530130 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/server/sv_main.c (+1 lines)
Lines 286-291 Link Here
286
void SV_MasterHeartbeat(const char *msg)
286
void SV_MasterHeartbeat(const char *msg)
287
{
287
{
288
	static netadr_t adr[MAX_MASTER_SERVERS][2]; // [2] for v4 and v6 address for the same address string.
288
	static netadr_t adr[MAX_MASTER_SERVERS][2]; // [2] for v4 and v6 address for the same address string.
289
	byte     message[MAX_MSGLEN];
289
	int             i;
290
	int             i;
290
	int             res;
291
	int             res;
291
	int             netenabled;
292
	int             netenabled;

Return to bug 530130