mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
a9368c34d7
The function uses the internal service_user type, so it is not really usable from the outside of glibc. Rename the function to __nss_database_lookup2 for internal use, and change __nss_database_lookup to always indicate failure to the caller. __nss_next already was a compatibility symbol. The new implementation always fails and no longer calls __nss_next2. unscd, the alternative nscd implementation, does not use __nss_database_lookup, so it is not affected by this change. |
||
---|---|---|
.. | ||
compat-grp.c | ||
compat-initgroups.c | ||
compat-pwd.c | ||
compat-spwd.c | ||
nisdomain.c | ||
nisdomain.h |