Bug 4964 - sv_strictAuth disabled if not built STANDALONE
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: All All
: P3 normal
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2011-04-28 04:31 EDT by uZu
Modified: 2011-05-02 11:59:17 EDT
1 user (show)

See Also:


Attachments
limit sv_strictAuth declaration to build w/o the STANDALONE define (1.94 KB, patch)
2011-04-28 04:31 EDT, uZu

Description uZu 2011-04-28 04:31:12 EDT
Created attachment 2672 [details]
limit sv_strictAuth declaration to build w/o the STANDALONE define

Hello,
the sv_strictAuth is only used (and useful) when not building a STANDALONE release but the current code always define the cvar. The included patch adds some '#ifndef STANDALONE/#endif' around the cvar-related declarations.
Comment 1 Thilo Schulz 2011-05-02 11:59:17 EDT
committed r1956, thank you.