From e37190e5b4531a897e4191a30b8f41678b582e25 Mon Sep 17 00:00:00 2001 From: michen Date: Sun, 12 Nov 2006 19:14:12 -0800 Subject: 6462185 /etc/hosts parsing is still retarded and broken 6479473 nscd needs a better way to manage resources for setxxxent/getxxxent requests 6486404 ftpuser(anonymous, root or regular) test fails ramdomly when system is stressed. 6487770 id -a may return incorrect group ids on a system running snv_50/snv_51 6490506 nscd dumps core on a system bfu'd from a nightly built with gcc --- usr/src/lib/nsswitch/files/common/gethostent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/src/lib/nsswitch/files/common/gethostent.c') diff --git a/usr/src/lib/nsswitch/files/common/gethostent.c b/usr/src/lib/nsswitch/files/common/gethostent.c index f7cd99af44..f389a56885 100644 --- a/usr/src/lib/nsswitch/files/common/gethostent.c +++ b/usr/src/lib/nsswitch/files/common/gethostent.c @@ -615,7 +615,7 @@ __nss_files_XY_hostbyname(be, args, filter, type) */ continue; } else if (nhosts) { - break; + continue; } } -- cgit v1.2.3