summaryrefslogtreecommitdiff
path: root/resolv/res_debug.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-07-28 09:21:54 +0200
committerAndreas Schwab <schwab@redhat.com>2009-07-28 09:21:54 +0200
commitb14f097d7ef032db746b885ec05b167e54b8fa9c (patch)
treeec0cb2d8a2de784ed9d709ecdf9cc82dd1815fe1 /resolv/res_debug.c
parente1214916e74fa6aa7984cb78e68c38d49e5834a6 (diff)
parente73e694e38b7b222eec3ec5897eb507d88bb8928 (diff)
Merge commit 'origin/master' into fedora/master
Diffstat (limited to 'resolv/res_debug.c')
-rw-r--r--resolv/res_debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/resolv/res_debug.c b/resolv/res_debug.c
index c38de640a5..f7996a71da 100644
--- a/resolv/res_debug.c
+++ b/resolv/res_debug.c
@@ -586,6 +586,8 @@ p_option(u_long option) {
case RES_ROTATE: return "rotate";
case RES_NOCHECKNAME: return "no-check-names";
case RES_USEBSTRING: return "ip6-bytstring";
+ case RES_USE_EDNS0: return "edns0";
+ case RES_USE_DNSSEC: return "dnssec";
/* XXX nonreentrant */
default: sprintf(nbuf, "?0x%lx?", (u_long)option);
return (nbuf);