diff options
author | michen <none@none> | 2006-11-12 19:14:12 -0800 |
---|---|---|
committer | michen <none@none> | 2006-11-12 19:14:12 -0800 |
commit | e37190e5b4531a897e4191a30b8f41678b582e25 (patch) | |
tree | 9aa2ce3c03a9ce51763fa42ae37e5c0d236fe4f7 /usr/src/lib/nsswitch/files/common | |
parent | 82496103dc7749da27d989495d92566a426c2815 (diff) | |
download | illumos-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.c | 2 |
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; } } |