[monitoring-plugins] Remove unnecessary newline
Lorenz Kästle
git at monitoring-plugins.org
Thu Jun 12 13:50:11 CEST 2025
Module: monitoring-plugins
Branch: master
Commit: 19f409ac559278cd8623e2d5875818938f648996
Author: Lorenz Kästle <lorenz.kaestle at netways.de>
Date: Thu Jun 12 13:26:55 2025 +0200
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=19f409ac
Remove unnecessary newline
---
plugins/check_fping.c | 1 -
1 file changed, 1 deletion(-)
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) {
// only available with fping version >= 5.3
{"icmp-timestamp", no_argument, NULL, ICMP_TIMESTAMP_OPT},
{"check-source", no_argument, NULL, CHECK_SOURCE_OPT},
-
{0, 0, 0, 0}};
char *rv[2];
More information about the Commits
mailing list