mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
resolv: Fix a comment typo in __resolv_conf_load
The file being referred to is host.conf, not hosts.conf.
This commit is contained in:
@@ -553,7 +553,7 @@ struct resolv_conf *
|
|||||||
__resolv_conf_load (struct __res_state *preinit,
|
__resolv_conf_load (struct __res_state *preinit,
|
||||||
struct file_change_detection *change)
|
struct file_change_detection *change)
|
||||||
{
|
{
|
||||||
/* Ensure that /etc/hosts.conf has been loaded (once). */
|
/* Ensure that /etc/host.conf has been loaded (once). */
|
||||||
_res_hconf_init ();
|
_res_hconf_init ();
|
||||||
|
|
||||||
FILE *fp = fopen (_PATH_RESCONF, "rce");
|
FILE *fp = fopen (_PATH_RESCONF, "rce");
|
||||||
|
Reference in New Issue
Block a user