The default if nsswitch.conf(5) is not present is supposed to be the

hated `compat' source, not `files'.

Reported by:	Philip Paeps <philip@paeps.cx>
Sponsored by:	DARPA, Network Associates Laboratories
This commit is contained in:
nectar 2003-04-18 01:00:37 +00:00
parent 0e096a3dd1
commit 381ebbf8d2
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ enum constants {
};
static const ns_src defaultsrc[] = {
{ NSSRC_FILES, NS_SUCCESS },
{ NSSRC_COMPAT, NS_SUCCESS },
{ NULL, 0 }
};

View File

@ -83,7 +83,7 @@ enum constants {
};
static const ns_src defaultsrc[] = {
{ NSSRC_FILES, NS_SUCCESS },
{ NSSRC_COMPAT, NS_SUCCESS },
{ NULL, 0 }
};