Not all password entries start with '$'

Respect old DES :)
This commit is contained in:
sin 2014-06-02 16:50:22 +01:00
parent 1988901b7d
commit d068541779

4
su.c
View File

@ -68,10 +68,6 @@ main(int argc, char *argv[])
case '!':
case '*':
eprintf("Denied\n");
case '$':
break;
default:
eprintf("Invalid shadow record\n");
}
uid = getuid();