added Ben's password placeholder entry kludge
This commit is contained in:
parent
c1507cd225
commit
4b4fcca1bc
1 changed files with 1 additions and 1 deletions
2
slock.c
2
slock.c
|
@ -56,7 +56,7 @@ getpw(void) { /* only run as root */
|
||||||
rval = pw->pw_passwd;
|
rval = pw->pw_passwd;
|
||||||
|
|
||||||
#if HAVE_SHADOW_H
|
#if HAVE_SHADOW_H
|
||||||
{
|
if (strlen(rval) >= 1) { /* kludge, assumes pw placeholder entry has len >= 1 */
|
||||||
struct spwd *sp;
|
struct spwd *sp;
|
||||||
sp = getspnam(getenv("USER"));
|
sp = getspnam(getenv("USER"));
|
||||||
if(!sp)
|
if(!sp)
|
||||||
|
|
Loading…
Reference in a new issue