Просмотр исходного кода

Resolve conflict from pull request

John C. Frickson 9 лет назад
Родитель
Сommit
db0b29b938
1 измененных файлов с 1 добавлено и 2 удалено
  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 *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;
+char flawcorrection =0; // There are devices which report offline when that is not the case. Correct that.
 
 int
 main (int argc, char **argv)