commit d06854177948725d7c26e0b018bdfe5aa698a747 Author: sin <[email protected]> Date: Mon Jun 2 16:50:22 2014 +0100
Not all password entries start with '$'
Respect old DES :)
diff --git a/su.c b/su.c
index 8484298..722675d 100644
--- a/su.c
+++ b/su.c
@@ -68,10 +68,6 @@ main(int argc, char *argv[])
case '!':
case '*':
eprintf("Denied
");
- case '$':
- break;
- default:
- eprintf("Invalid shadow record
");
}
uid = getuid();
