X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Fcokebank_sqlite%2Fmain.c;h=c386ee9c742f578957e8724356f7e09771a9086d;hb=21ed7a19f1f3e046c2985043e7fbe054b65cb4e4;hp=ef87b7bdd5c053b089a27139c0ca7bda07d39bb3;hpb=d0e5e6cb03ac36e7f9fc3b0f49b5d9c916fd4cc2;p=tpg%2Fopendispense2.git diff --git a/src/cokebank_sqlite/main.c b/src/cokebank_sqlite/main.c index ef87b7b..c386ee9 100644 --- a/src/cokebank_sqlite/main.c +++ b/src/cokebank_sqlite/main.c @@ -456,7 +456,7 @@ int Bank_GetUserAuth(const char *Salt, const char *Username, const char *Passwor { Salt = Password = Username; // Shut up GCC // DEBUG HACKS! - #if 1 + #if 0 return Bank_GetAcctByName(Username); #else return -1;