summaryrefslogtreecommitdiffstats
path: root/plugins/check_fping.c
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2023-07-23 19:58:13 (GMT)
committerGitHub <noreply@github.com>2023-07-23 19:58:13 (GMT)
commit7c3098270c5481f64438525be5883f070ebc16a1 (patch)
tree8e3b4a532717659649954b879fb685fce353e863 /plugins/check_fping.c
parentc22c277b3df4884719c833daaffca59167abd14a (diff)
parentaf06d34071608641295eecd46edb0c4dbde13872 (diff)
downloadmonitoring-plugins-7c3098270c5481f64438525be5883f070ebc16a1.tar.gz
Merge branch 'master' into check_swap_scanf_expressionsrefs/pull/1876/head
Diffstat (limited to 'plugins/check_fping.c')
-rw-r--r--plugins/check_fping.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_fping.c b/plugins/check_fping.c
index 6f5656e..23a9e99 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;