summaryrefslogtreecommitdiff
path: root/resolv/nss_dns_functions.c
AgeCommit message (Collapse)Author
2021-07-19nss: Directly load nss_dns, without going through dlsym/dlopenFlorian Weimer
This partially fixes static-only NSS support (bug 27959): The dns module no longer needs dlopen. Support for disabling dlopen altogher remains to be added. This commit introduces module_load_builtin into nss/nss_module.c, which handles the common parts of loading the built-in nss_files and nss_dns modules. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>