git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@296 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-06-14 08:43:51 +00:00
parent 64b87d9457
commit e07195ad82
1 changed files with 1 additions and 1 deletions

View 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;