aboutsummaryrefslogtreecommitdiff
path: root/ares
diff options
context:
space:
mode:
Diffstat (limited to 'ares')
-rw-r--r--ares/acountry.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/ares/acountry.c b/ares/acountry.c
index e2c325574..e7029c8a3 100644
--- a/ares/acountry.c
+++ b/ares/acountry.c
@@ -93,9 +93,14 @@ int main(int argc, char **argv)
WSAStartup(wVersionRequested, &wsaData);
#endif
- while ((ch = ares_getopt(argc, argv, "vh?")) != -1)
+ while ((ch = ares_getopt(argc, argv, "dvh?")) != -1)
switch (ch)
{
+ case 'd':
+#ifdef WATT32
+ dbug_init();
+#endif
+ break;
case 'v':
verbose++;
break;