diff options
Diffstat (limited to 'plugins-root/check_icmp.d/check_icmp_helpers.c')
| -rw-r--r-- | plugins-root/check_icmp.d/check_icmp_helpers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins-root/check_icmp.d/check_icmp_helpers.c b/plugins-root/check_icmp.d/check_icmp_helpers.c index ec786305..d56fbd8b 100644 --- a/plugins-root/check_icmp.d/check_icmp_helpers.c +++ b/plugins-root/check_icmp.d/check_icmp_helpers.c | |||
| @@ -34,8 +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 | .pkt_interval = DEFAULT_PKT_INTERVAL, | ||
| 39 | .target_interval = 0, | 37 | .target_interval = 0, |
| 40 | .number_of_packets = DEFAULT_NUMBER_OF_PACKETS, | 38 | .number_of_packets = DEFAULT_NUMBER_OF_PACKETS, |
| 41 | 39 | ||
| @@ -52,6 +50,8 @@ check_icmp_config check_icmp_config_init() { | |||
| 52 | 50 | ||
| 53 | .number_of_hosts = 0, | 51 | .number_of_hosts = 0, |
| 54 | .hosts = NULL, | 52 | .hosts = NULL, |
| 53 | |||
| 54 | .output_format_is_set = false, | ||
| 55 | }; | 55 | }; |
| 56 | return tmp; | 56 | return tmp; |
| 57 | } | 57 | } |
