wtf?
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@296 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
64b87d9457
commit
e07195ad82
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue