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/config.h | |
parent | 7e9519e0ad730ede8fad0503102e1373b8999be2 (diff) | |
download | monitoring-plugins-771ccfa52691e591be3736b6d03f36e69d82e464.tar.gz |
check_icmp: remove unnecessary variable
Diffstat (limited to 'plugins-root/check_icmp.d/config.h')
-rw-r--r-- | plugins-root/check_icmp.d/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins-root/check_icmp.d/config.h b/plugins-root/check_icmp.d/config.h index 1568d6c3..ab578ba5 100644 --- a/plugins-root/check_icmp.d/config.h +++ b/plugins-root/check_icmp.d/config.h | |||
@@ -60,7 +60,6 @@ typedef struct { | |||
60 | 60 | ||
61 | unsigned long ttl; | 61 | unsigned long ttl; |
62 | unsigned short icmp_data_size; | 62 | unsigned short icmp_data_size; |
63 | unsigned short icmp_pkt_size; | ||
64 | time_t target_interval; | 63 | time_t target_interval; |
65 | unsigned short number_of_packets; | 64 | unsigned short number_of_packets; |
66 | 65 | ||