summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2023-11-22 23:12:49 (GMT)
committerRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2023-11-22 23:12:49 (GMT)
commit4f4fb3d9afa1c45f3d1774c151af9b921d7d430d (patch)
treedeabe01556ec4c66b32173aac748adf1b9bb91eb
parent479ff15249f0eb395c97a95fe53b3238f7bb59b9 (diff)
downloadmonitoring-plugins-4f4fb3d9afa1c45f3d1774c151af9b921d7d430d.tar.gz
check_dns: Remove unused variablerefs/pull/1964/head
-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, "");