mirror of
https://github.com/paxed/dgamelaunch.git
synced 2025-07-31 01:24:43 +02:00
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)
|
passwordgood (char *cpw)
|
||||||
{
|
{
|
||||||
if (me == NULL)
|
if (me == NULL)
|
||||||
return 1;
|
return 0;
|
||||||
|
|
||||||
if (!strncmp (crypt (cpw, cpw), me->password, 13))
|
if (!strncmp (crypt (cpw, cpw), me->password, 13))
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user