Does help if I spell it correctly
[tpg/opendispense2.git] / 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