[PATCH alternative] sulogin: fix FEATURE_SHADOWPASSWDS sematics

Harald Becker ralda at gmx.de
Wed Nov 20 23:44:50 UTC 2013


Hi Denys !

>+       if (pwd->pw_passwd == "!") ...

Do you mean 

   if (pwd->pw_passwd[0] == "!") ...

?

--
Harald


More information about the busybox mailing list