summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1999-06-04 02:27:35 +0000
committerBill Paul <wpaul@FreeBSD.org>1999-06-04 02:27:35 +0000
commita180d48db0a3014105e853a2eeab161ba831efd4 (patch)
tree28e5f8e43ee185b5329cd2e2e5ef533a983daa21 /lib/libc
parent9c9906e9121cbf39feb0dcb366dc30d52a647b90 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/getpwent.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/gen/getpwent.c b/lib/libc/gen/getpwent.c
index f46683fe4ee2..926300264bd5 100644
--- a/lib/libc/gen/getpwent.c
+++ b/lib/libc/gen/getpwent.c
@@ -255,6 +255,8 @@ endpwent()
_ypcache = (DB *)NULL;
_yp_exclusions = 0;
}
+ /* Fix for PR #12008 */
+ _yp_enabled = -1;
#endif
}