903. [bug] dig should not crash when receiving a TCP packet
of length 0.
+ 902. [bug] The -d option was ignored if both -t and -g were also
+ specified.
+
901. [cleanup] The man pages no longer have empty lines outside of
literal blocks.
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: log.c,v 1.27.2.1 2001/01/09 22:31:54 bwelling Exp $ */
+/* $Id: log.c,v 1.27.2.2 2001/06/15 01:41:11 bwelling Exp $ */
#include <config.h>
NULL, 0);
if (result != ISC_R_SUCCESS)
goto cleanup;
- }
- /*
- * Setting the debug level to zero should get the output
- * discarded a bit faster.
- */
- isc_log_setdebuglevel(ns_g_lctx, 0);
+ /*
+ * Setting the debug level to zero should get the output
+ * discarded a bit faster.
+ */
+ isc_log_setdebuglevel(ns_g_lctx, 0);
+ } else {
+ isc_log_setdebuglevel(ns_g_lctx, ns_g_debuglevel);
+ }
result = ISC_R_SUCCESS;