diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-07-11 23:08:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-11 23:08:31 +0200 |
| commit | e4b6e83264e7f948a868d89229c28bcccd98699f (patch) | |
| tree | d5046000910b42d18c6fe42634f9cec9e96d9c0e /plugins/check_fping.c | |
| parent | 9ef6660cab8eb2b017323b9e000cb3560f07886b (diff) | |
| parent | 65aa35d1afdea2570309efc7a08050504a53f091 (diff) | |
| download | monitoring-plugins-e4b6e83264e7f948a868d89229c28bcccd98699f.tar.gz | |
Merge branch 'master' into compiler_warning_part_6
Diffstat (limited to 'plugins/check_fping.c')
| -rw-r--r-- | plugins/check_fping.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_fping.c b/plugins/check_fping.c index 6f5656ef..23a9e990 100644 --- a/plugins/check_fping.c +++ b/plugins/check_fping.c | |||
| @@ -354,6 +354,7 @@ process_arguments (int argc, char **argv) | |||
| 354 | break; | 354 | break; |
| 355 | case 'I': /* sourceip */ | 355 | case 'I': /* sourceip */ |
| 356 | sourceif = strscpy (sourceif, optarg); | 356 | sourceif = strscpy (sourceif, optarg); |
| 357 | break; | ||
| 357 | case '4': /* IPv4 only */ | 358 | case '4': /* IPv4 only */ |
| 358 | address_family = AF_INET; | 359 | address_family = AF_INET; |
| 359 | break; | 360 | break; |
