--- slock.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/slock.c b/slock.c index 399386b..d281965 100644 --- a/slock.c +++ b/slock.c _AT_@ -73,7 +73,6 @@ getpw(void) { /* only run as root */ else die("slock: cannot retrieve password entry (make sure to suid or sgid slock)\n"); } - endpwent(); rval = pw->pw_passwd; #if HAVE_SHADOW_H _AT_@ -82,7 +81,6 @@ getpw(void) { /* only run as root */ sp = getspnam(getenv("USER")); if(!sp) die("slock: cannot retrieve shadow entry (make sure to suid or sgid slock)\n"); - endspent(); rval = sp->sp_pwdp; } #endif -- 2.1.2 --xHFwDpU9dbj6ez1V--Received on Mon Sep 17 2001 - 00:00:00 CEST
This archive was generated by hypermail 2.3.0 : Fri Nov 07 2014 - 15:12:04 CET