This diff just adds endpwdnet() info login_passwd.c This is probably not needed as we will exit() anyway later on.
------------ diff----------------------------------------------------------
--- login_passwd.c.orig Tue Aug 1 12:12:10 2006
+++ login_passwd.c Sat May 9 13:54:32 2009
@@ -57,6 +57,7 @@
else
salt = saltbuf;
}
+ endpwent();
setpriority(PRIO_PROCESS, 0, -4);
-------------------------------------------------------------------------
