summaryrefslogtreecommitdiff
path: root/usr/src/lib/nsswitch/files/common
diff options
context:
space:
mode:
authormichen <none@none>2006-11-12 19:14:12 -0800
committermichen <none@none>2006-11-12 19:14:12 -0800
commite37190e5b4531a897e4191a30b8f41678b582e25 (patch)
tree9aa2ce3c03a9ce51763fa42ae37e5c0d236fe4f7 /usr/src/lib/nsswitch/files/common
parent82496103dc7749da27d989495d92566a426c2815 (diff)
downloadillumos-gate-e37190e5b4531a897e4191a30b8f41678b582e25.tar.gz
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
Diffstat (limited to 'usr/src/lib/nsswitch/files/common')
-rw-r--r--usr/src/lib/nsswitch/files/common/gethostent.c2
1 files changed, 1 insertions, 1 deletions
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;
}
}