summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-07-15 09:53:47 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-07-15 09:53:47 -0700
commitcdb52e45fa57c8173f3ce8bbda17d1eccc7897ba (patch)
tree0f17f0e36948ece95f620abe09f2d6abd1112e68
parent299dd28675ee7e1bab11c82bc7429b6ee9d8ee72 (diff)
downloadsyslinux-cdb52e45fa57c8173f3ce8bbda17d1eccc7897ba.tar.gz
Reformat overwide comment
-rw-r--r--core/dnsresolv.inc26
1 files changed, 15 insertions, 11 deletions
diff --git a/core/dnsresolv.inc b/core/dnsresolv.inc
index f31c578b..f867c273 100644
--- a/core/dnsresolv.inc
+++ b/core/dnsresolv.inc
@@ -356,17 +356,21 @@ dns_resolv:
add si,ax
loop .parseanswer
-.badness:
- ; We got back no data from this server. Unfortunately, for a recursive,
- ; non-authoritative query there is no such thing as an NXDOMAIN reply,
- ; which technically means we can't draw any conclusions. However,
- ; in practice that means the domain doesn't exist. If this turns out
- ; to be a problem, we may want to add code to go through all the servers
- ; before giving up.
-
- ; If the DNS server wasn't capable of recursion, and isn't capable
- ; of giving us an authoritative reply (i.e. neither AA or RA set),
- ; then at least try a different setver...
+.badness:
+ ; We got back no data from this server.
+ ; Unfortunately, for a recursive, non-authoritative
+ ; query there is no such thing as an NXDOMAIN reply,
+ ; which technically means we can't draw any
+ ; conclusions. However, in practice that means the
+ ; domain doesn't exist. If this turns out to be a
+ ; problem, we may want to add code to go through all
+ ; the servers before giving up.
+
+ ; If the DNS server wasn't capable of recursion, and
+ ; isn't capable of giving us an authoritative reply
+ ; (i.e. neither AA or RA set), then at least try a
+ ; different setver...
+
test word [DNSRecvBuf+dnshdr.flags],htons(0480h)
jz .timeout