diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-06-10 20:25:24 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-06-10 20:25:24 +0000 |
| commit | ce6282db3bc7b3deae846fd0757214c3814d3041 (patch) | |
| tree | 262ae419994b75015819bd1f21a102e4d30832d2 /lib/libc/net/res_init.c | |
| parent | 4fd6d738cbd07b99a7e44d839aee592c9beea91f (diff) | |
Notes
Diffstat (limited to 'lib/libc/net/res_init.c')
| -rw-r--r-- | lib/libc/net/res_init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/net/res_init.c b/lib/libc/net/res_init.c index 9203b695459a..035dd05b3563 100644 --- a/lib/libc/net/res_init.c +++ b/lib/libc/net/res_init.c @@ -532,6 +532,8 @@ res_setoptions(options, source) _res.options |= RES_USE_INET6; } else if (!strncmp(cp, "no_tld_query", sizeof("no_tld_query") - 1)) { _res.options |= RES_NOTLDQUERY; + } else if (!strncmp(cp, "edns0", sizeof("edns0") - 1)) { + _res.options |= RES_USE_EDNS0; } else { /* XXX - print a warning here? */ } |
