summaryrefslogtreecommitdiffstats
path: root/plugins/check_dns.c
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2023-11-23 09:07:31 (GMT)
committerGitHub <noreply@github.com>2023-11-23 09:07:31 (GMT)
commitdf690d695763ebbfebb60e22656ddea6cecb6690 (patch)
treedeabe01556ec4c66b32173aac748adf1b9bb91eb /plugins/check_dns.c
parentf054ab04e788405932b9bb081747bc7c8328a0d8 (diff)
parent4f4fb3d9afa1c45f3d1774c151af9b921d7d430d (diff)
downloadmonitoring-plugins-df690d695763ebbfebb60e22656ddea6cecb6690.tar.gz
Merge pull request #1964 from RincewindsHat/more_compiler_warnings
More compiler warnings
Diffstat (limited to 'plugins/check_dns.c')
-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, "");