summaryrefslogtreecommitdiff
path: root/bin/dig/host.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dig/host.c')
-rw-r--r--bin/dig/host.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/dig/host.c b/bin/dig/host.c
index 6b37f5f76a1a..baacc2956e2c 100644
--- a/bin/dig/host.c
+++ b/bin/dig/host.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004-2007, 2009-2012 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009-2013 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -638,6 +638,8 @@ pre_parse_args(int argc, char **argv) {
case 'w': break;
case 'C': break;
case 'D':
+ if (debugging)
+ debugtiming = ISC_TRUE;
debugging = ISC_TRUE;
break;
case 'N': break;