Merge pull request #2042 from Firstyear/20241108-fping-missed-changes

Add missed changes for dontfrag
This commit is contained in:
Lorenz Kästle 2024-11-08 09:33:00 +01:00 committed by GitHub
commit 9cd8294e99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
*
* Description:
*
* This file contains the check_disk plugin
* This file contains the check_fping plugin
*
* This plugin will use the fping command to ping the specified host for a
* fast check
@ -304,7 +304,7 @@ int process_arguments(int argc, char **argv) {
}
while (1) {
c = getopt_long(argc, argv, "+hVvaH:S:c:w:b:n:T:i:I:46", longopts, &option);
c = getopt_long(argc, argv, "+hVvaH:S:c:w:b:n:T:i:I:M:R:46", longopts, &option);
if (c == -1 || c == EOF || c == 1)
break;