898. [bug] "dig" failed to set a nonzero exit status
on UDP query timeout. [RT #1323]
+ 898. [bug] "dig" failed to set a nonzero exit status
+ on UDP query timeout. [RT #1323]
894. [bug] When using the DNSSEC tools, a message intended to warn
when the keyboard was being used because of the lack
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: dighost.c,v 1.174.2.8 2001/04/26 18:20:47 gson Exp $ */
+/* $Id: dighost.c,v 1.174.2.9 2001/06/11 18:25:41 bwelling Exp $ */
/*
* Notice to programmers: Do not use this code as an example of how to
fputs(l->cmdline, stdout);
printf(";; connection timed out; no servers could be "
"reached\n");
+ if (exitcode < 9)
+ exitcode = 9;
cancel_lookup(l);
}
UNLOCK_LOOKUP;