diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-05-18 18:46:30 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-05-18 18:46:30 +0200 |
commit | d92bbaef8386e77c00ecdeab9fc722fa4b9106b0 (patch) | |
tree | d088503ba895da98cbf8558fa1b95951984ed59b /plugins-root/check_icmp.d/check_icmp_helpers.c | |
parent | b5de682309589ddb230e04beaaa54d74f2fe70d5 (diff) | |
download | monitoring-plugins-d92bbaef8386e77c00ecdeab9fc722fa4b9106b0.tar.gz |
Some more fixes
Diffstat (limited to 'plugins-root/check_icmp.d/check_icmp_helpers.c')
-rw-r--r-- | plugins-root/check_icmp.d/check_icmp_helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/check_icmp.d/check_icmp_helpers.c b/plugins-root/check_icmp.d/check_icmp_helpers.c index 47604952..7a936cc9 100644 --- a/plugins-root/check_icmp.d/check_icmp_helpers.c +++ b/plugins-root/check_icmp.d/check_icmp_helpers.c | |||
@@ -43,7 +43,7 @@ check_icmp_config check_icmp_config_init() { | |||
43 | .need_v4 = false, | 43 | .need_v4 = false, |
44 | .need_v6 = false, | 44 | .need_v6 = false, |
45 | 45 | ||
46 | .sender_id = {}, | 46 | .sender_id = 0, |
47 | 47 | ||
48 | .mode = MODE_RTA, | 48 | .mode = MODE_RTA, |
49 | 49 | ||