diff options
author | Danijel Tasov <m@rbfh.de> | 2023-09-23 14:46:15 (GMT) |
---|---|---|
committer | Danijel Tasov <m@rbfh.de> | 2023-09-23 14:46:15 (GMT) |
commit | 2f909de3405a2073bafed32a3ce47e466bb562ce (patch) | |
tree | 780432ba3479069bdac1b52da98f9f2e890b4c06 /plugins-root | |
parent | 4b242f0678b69565205bc992bd69ee8e42c5e163 (diff) | |
download | monitoring-plugins-2f909de3405a2073bafed32a3ce47e466bb562ce.tar.gz |
fix merge error
Signed-off-by: Danijel Tasov <m@rbfh.de>
Diffstat (limited to 'plugins-root')
-rw-r--r-- | plugins-root/check_icmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c index 72ad1d7..a485415 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c | |||
@@ -524,7 +524,6 @@ main(int argc, char **argv) | |||
524 | /* parse the arguments */ | 524 | /* parse the arguments */ |
525 | for(i = 1; i < argc; i++) { | 525 | for(i = 1; i < argc; i++) { |
526 | while((arg = getopt(argc, argv, opts_str)) != EOF) { | 526 | while((arg = getopt(argc, argv, opts_str)) != EOF) { |
527 | while((arg = getopt(argc, argv, "vhVw:c:n:p:t:H:s:i:b:I:l:m:P:R:J:S:M:O")) != EOF) { | ||
528 | switch(arg) { | 527 | switch(arg) { |
529 | case 'v': | 528 | case 'v': |
530 | debug++; | 529 | debug++; |