diff options
author | Roland McGrath <roland@gnu.org> | 1995-12-07 19:37:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-12-07 19:37:55 +0000 |
commit | a4219bc4c0da2ca06c8edc2c62664c7883b8dbff (patch) | |
tree | 3854926df2908f20cc5d158f6ffaa14a6bd0faa8 /resolv/res_send.c | |
parent | 0c7b844d256598d5fda1692894fc769ca9f18450 (diff) | |
download | glibc-a4219bc4c0da2ca06c8edc2c62664c7883b8dbff.zip glibc-a4219bc4c0da2ca06c8edc2c62664c7883b8dbff.tar.gz glibc-a4219bc4c0da2ca06c8edc2c62664c7883b8dbff.tar.bz2 |
Updated from BIND-4.9.3-BETA27.
Diffstat (limited to 'resolv/res_send.c')
-rw-r--r-- | resolv/res_send.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/resolv/res_send.c b/resolv/res_send.c index f8e58f3..5a10faa 100644 --- a/resolv/res_send.c +++ b/resolv/res_send.c @@ -682,9 +682,13 @@ res_send(buf, buflen, ans, anssiz) goto same_ns; } } /*if vc/dg*/ + Dprint((_res.options & RES_DEBUG) || + ((_res.pfcode & RES_PRF_REPLY) && + (_res.pfcode & RES_PRF_HEAD1)), + (stdout, ";; got answer:\n")); DprintQ((_res.options & RES_DEBUG) || (_res.pfcode & RES_PRF_REPLY), - (stdout, ";; got answer:\n"), + (stdout, ""), ans, resplen); /* * If using virtual circuits, we assume that the first server |