on UDP query timeout. [RT #1323]
+ 898. [bug] "dig" failed to set a nonzero exit status
+ on UDP query timeout. [RT #1323]
+
897. [bug] A config.guess update changed the system identification
string of UnixWare systems; configure now recognizes
the new string.
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: dighost.c,v 1.201 2001/06/11 18:08:16 gson Exp $ */
+/* $Id: dighost.c,v 1.202 2001/06/11 18:20:43 gson Exp $ */
/*
* Notice to programmers: Do not use this code as an example of how to
printf(";; connection timed out; no servers could be "
"reached\n");
cancel_lookup(l);
+ if (exitcode < 9)
+ exitcode = 9;
}
UNLOCK_LOOKUP;
}