[monitoring-plugins] check_dns: remove dead code

Jan Wagner git at monitoring-plugins.org
Mon Nov 7 23:10:12 CET 2016


    Module: monitoring-plugins
    Branch: master
    Commit: 193ea6b5d7388389eb2735260308380a22c50c68
    Author: Sebastian Herbszt <herbszt at gmx.de>
 Committer: Jan Wagner <waja at cyconet.org>
      Date: Mon Dec  8 23:21:54 2014 +0100
       URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=193ea6b

check_dns: remove dead code

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 2212122..0316e40 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"));



More information about the Commits mailing list