summaryrefslogtreecommitdiffstats
path: root/plugins-root/check_icmp.d/config.h
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-06-23 11:41:24 +0200
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-06-23 11:41:24 +0200
commit771ccfa52691e591be3736b6d03f36e69d82e464 (patch)
tree5179e4957283b336703ba39185c241c92f0d2a1e /plugins-root/check_icmp.d/config.h
parent7e9519e0ad730ede8fad0503102e1373b8999be2 (diff)
downloadmonitoring-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.h1
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