]> skyeroc.xyz Git - dgamelaunch/commitdiff
wtf?
authorJoshua Kwan <joshk@triplehelix.org>
Mon, 14 Jun 2004 08:43:51 +0000 (08:43 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Mon, 14 Jun 2004 08:43:51 +0000 (08:43 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@296 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

dgamelaunch.c

index 4d40d64ee25486b6f95517ad7fb1d959cbb697fb..7c928d71191b45c7a04d340b0179f410f6bc852b 100644 (file)
@@ -1024,7 +1024,7 @@ int
 passwordgood (char *cpw)
 {
   if (me == NULL)
-    return 1;
+    return 0;
 
   if (!strncmp (crypt (cpw, cpw), me->password, 13))
     return 1;