[PATCH] check_dns: remove dead code
Sebastian Herbszt
herbszt at gmx.de
Wed May 4 00:08:20 CEST 2016
Remove code dead since commit 4efa917.
Signed-off-by: Sebastian Herbszt <herbszt at gmx.de>
---
plugins/check_dns.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/plugins/check_dns.c b/plugins/check_dns.c
index d6bd2c0..6d09a5e 100644
--- a/plugins/check_dns.c
+++ b/plugins/check_dns.c
@@ -81,7 +81,6 @@ main (int argc, char **argv)
double elapsed_time;
long microsec;
struct timeval tv;
- int multi_address;
int parse_address = FALSE; /* This flag scans for Address: but only after Name: */
output chld_out, chld_err;
size_t i;
@@ -249,11 +248,6 @@ main (int argc, char **argv)
elapsed_time = (double)microsec / 1.0e6;
if (result == STATE_OK) {
- if (strchr (address, ',') == NULL)
- multi_address = FALSE;
- else
- multi_address = TRUE;
-
result = get_status(elapsed_time, time_thresholds);
if (result == STATE_OK) {
printf ("DNS %s: ", _("OK"));
--
2.7.3
More information about the Devel
mailing list