summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/check_fping.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/check_fping.c b/plugins/check_fping.c
index c1e7dd17..5db6b9aa 100644
--- a/plugins/check_fping.c
+++ b/plugins/check_fping.c
@@ -320,7 +320,6 @@ check_fping_config_wrapper process_arguments(int argc, char **argv) {
320 // only available with fping version >= 5.3 320 // only available with fping version >= 5.3
321 {"icmp-timestamp", no_argument, NULL, ICMP_TIMESTAMP_OPT}, 321 {"icmp-timestamp", no_argument, NULL, ICMP_TIMESTAMP_OPT},
322 {"check-source", no_argument, NULL, CHECK_SOURCE_OPT}, 322 {"check-source", no_argument, NULL, CHECK_SOURCE_OPT},
323
324 {0, 0, 0, 0}}; 323 {0, 0, 0, 0}};
325 324
326 char *rv[2]; 325 char *rv[2];