blob: 53c42665c1c842b11359e06483c135901ef1b80a (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/saslauthd/auth_getpwent.c
+++ b/saslauthd/auth_getpwent.c
@@ -81,7 +81,6 @@
errno = 0;
pw = getpwnam(login);
errnum = errno;
- endpwent();
if (pw == NULL) {
if (errnum != 0) {
|