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:
parent
0e096a3dd1
commit
381ebbf8d2
@ -68,7 +68,7 @@ enum constants {
|
||||
};
|
||||
|
||||
static const ns_src defaultsrc[] = {
|
||||
{ NSSRC_FILES, NS_SUCCESS },
|
||||
{ NSSRC_COMPAT, NS_SUCCESS },
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
||||
|
@ -83,7 +83,7 @@ enum constants {
|
||||
};
|
||||
|
||||
static const ns_src defaultsrc[] = {
|
||||
{ NSSRC_FILES, NS_SUCCESS },
|
||||
{ NSSRC_COMPAT, NS_SUCCESS },
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user