Fix unbalanced #endif introduced by yesterday's change.

This commit is contained in:
Garrett Wollman 1995-01-19 19:01:50 +00:00
parent 99b9edabe6
commit bb38a730ff

View File

@ -141,7 +141,7 @@ getpwnam(name)
* are in /etc/master.passwd.
*/
if (rval && _pw_passwd.pw_name[0] == '+') rval = 0;
#endif
if (!_pw_stayopen) {
(void)(_pw_db->close)(_pw_db);
_pw_db = (DB *)NULL;