added Ben's password placeholder entry kludge

This commit is contained in:
anselm@garbe.us 2012-04-15 11:58:16 +02:00
parent c1507cd225
commit 4b4fcca1bc
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ getpw(void) { /* only run as root */
rval = pw->pw_passwd;
#if HAVE_SHADOW_H
{
if (strlen(rval) >= 1) { /* kludge, assumes pw placeholder entry has len >= 1 */
struct spwd *sp;
sp = getspnam(getenv("USER"));
if(!sp)