Does help if I spell it correctly
authorJohn Hodge <[email protected]>
Wed, 5 Jan 2011 06:20:51 +0000 (15:05 +0845)
committerJohn Hodge <[email protected]>
Wed, 5 Jan 2011 06:20:51 +0000 (15:05 +0845)
src/server/server.c

index eb68f32..d7466a9 100644 (file)
@@ -539,7 +539,7 @@ int GetUserAuth(const char *Salt, const char *Username, const uint8_t *ProvidedH
        if( strcmp(Username, "tpg") == 0 )
                return GetUserID("tpg");
        #endif
-       #if HACK_TPG_ROOT
+       #if HACK_ROOT_NOAUTH
        if( strcmp(Username, "root") == 0 )
                return GetUserID("root");
        #endif

UCC git Repository :: git.ucc.asn.au