diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-06-23 11:41:24 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-06-23 11:41:24 +0200 |
commit | 771ccfa52691e591be3736b6d03f36e69d82e464 (patch) | |
tree | 5179e4957283b336703ba39185c241c92f0d2a1e /plugins-root/check_icmp.d/check_icmp_helpers.c | |
parent | 7e9519e0ad730ede8fad0503102e1373b8999be2 (diff) | |
download | monitoring-plugins-771ccfa52691e591be3736b6d03f36e69d82e464.tar.gz |
check_icmp: remove unnecessary variable
Diffstat (limited to 'plugins-root/check_icmp.d/check_icmp_helpers.c')
-rw-r--r-- | plugins-root/check_icmp.d/check_icmp_helpers.c | 1 |
1 files changed, 0 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 0be0f2dc..d56fbd8b 100644 --- a/plugins-root/check_icmp.d/check_icmp_helpers.c +++ b/plugins-root/check_icmp.d/check_icmp_helpers.c | |||
@@ -34,7 +34,6 @@ check_icmp_config check_icmp_config_init() { | |||
34 | 34 | ||
35 | .ttl = DEFAULT_TTL, | 35 | .ttl = DEFAULT_TTL, |
36 | .icmp_data_size = DEFAULT_PING_DATA_SIZE, | 36 | .icmp_data_size = DEFAULT_PING_DATA_SIZE, |
37 | .icmp_pkt_size = DEFAULT_PING_DATA_SIZE + ICMP_MINLEN, | ||
38 | .target_interval = 0, | 37 | .target_interval = 0, |
39 | .number_of_packets = DEFAULT_NUMBER_OF_PACKETS, | 38 | .number_of_packets = DEFAULT_NUMBER_OF_PACKETS, |
40 | 39 | ||