diff options
Diffstat (limited to 'nslookup-norec.patch')
| -rw-r--r-- | nslookup-norec.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nslookup-norec.patch b/nslookup-norec.patch index c2e6633..77350ad 100644 --- a/nslookup-norec.patch +++ b/nslookup-norec.patch @@ -6,7 +6,7 @@ fputs(l->cmdline, stdout); - printf(";; connection timed out; no servers could be " - "reached\n"); -+ if (!next_origin(query)) { ++ if (!next_origin(ISC_LIST_HEAD(l->q))) { + printf(";; connection timed out; no servers could be " + "reached\n"); + } else { |
