diff options
author | chinlong <none@none> | 2006-10-07 15:35:11 -0700 |
---|---|---|
committer | chinlong <none@none> | 2006-10-07 15:35:11 -0700 |
commit | c77e7dfd49d61dee08f2ca4d47808f8e78b13bc1 (patch) | |
tree | 395332fdb35e1e5c4c9320a0379901bd5452a538 /usr/src/lib/nsswitch/files/common/getprinter.c | |
parent | 40cb5e5daa7b80bb70fcf8dadfb20f9281566331 (diff) | |
download | illumos-gate-c77e7dfd49d61dee08f2ca4d47808f8e78b13bc1.tar.gz |
6478999 "getent hosts" doesn't return IPv4 entries if IPv4 entries are located after an IPv6 address
6479024 Fix lint error in usr/src/lib/nsswitch/files/common/getprinter.c
Diffstat (limited to 'usr/src/lib/nsswitch/files/common/getprinter.c')
-rw-r--r-- | usr/src/lib/nsswitch/files/common/getprinter.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/lib/nsswitch/files/common/getprinter.c b/usr/src/lib/nsswitch/files/common/getprinter.c index 2db42dbfea..2005d4ccdf 100644 --- a/usr/src/lib/nsswitch/files/common/getprinter.c +++ b/usr/src/lib/nsswitch/files/common/getprinter.c @@ -169,7 +169,6 @@ getent(be, a) files_backend_ptr_t be; void *a; { - nss_status_t status; nss_XbyY_args_t *argp = (nss_XbyY_args_t *)a; return (_nss_files_XY_printer(be, argp, (const char *)0, |