> This diff just adds endpwdnet() info login_passwd.c > This is probably not needed as we will exit() anyway later on.
There is absolutely no need for this since neither setpwent() or getpwent() were called. The database is not open. > ------------ > 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); > > -------------------------------------------------------------------------
