Quellcode durchsuchen

Resolve conflict from pull request

John C. Frickson vor 9 Jahren
Ursprung
Commit
db0b29b938
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. 1 2
      plugins/check_hpjd.c

+ 1 - 2
plugins/check_hpjd.c

@@ -66,9 +66,8 @@ void print_usage (void);
 
 
 char *community = NULL;
 char *community = NULL;
 char *address = NULL;
 char *address = NULL;
-char *port = NULL;
-char flawcorrection =0; // There are devices which report offline when that is not the case. Correct that.
 int port = 0;
 int port = 0;
+char flawcorrection =0; // There are devices which report offline when that is not the case. Correct that.
 
 
 int
 int
 main (int argc, char **argv)
 main (int argc, char **argv)