summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/check_dns.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/check_dns.c b/plugins/check_dns.c
index 5e20214..468bc95 100644
--- a/plugins/check_dns.c
+++ b/plugins/check_dns.c
@@ -87,7 +87,6 @@ main (int argc, char **argv)
87 struct timeval tv; 87 struct timeval tv;
88 bool parse_address = false; /* This flag scans for Address: but only after Name: */ 88 bool parse_address = false; /* This flag scans for Address: but only after Name: */
89 output chld_out, chld_err; 89 output chld_out, chld_err;
90 size_t i;
91 bool is_nxdomain = false; 90 bool is_nxdomain = false;
92 91
93 setlocale (LC_ALL, ""); 92 setlocale (LC_ALL, "");