diff options
Diffstat (limited to 'plugins-root')
-rw-r--r-- | plugins-root/check_icmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c index 7c04ef2..e96fa3e 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c | |||
@@ -1876,7 +1876,7 @@ get_threshold(char *str, threshold *th) | |||
1876 | * @param[in] length strlen(str) | 1876 | * @param[in] length strlen(str) |
1877 | * @param[out] warn Pointer to the warn threshold struct to which the values should be assigned | 1877 | * @param[out] warn Pointer to the warn threshold struct to which the values should be assigned |
1878 | * @param[out] crit Pointer to the crit threshold struct to which the values should be assigned | 1878 | * @param[out] crit Pointer to the crit threshold struct to which the values should be assigned |
1879 | * @param[in] mode Determines whether this a threshold vor rta, packet_loss, jitter, mos or score (exclusively) | 1879 | * @param[in] mode Determines whether this a threshold for rta, packet_loss, jitter, mos or score (exclusively) |
1880 | */ | 1880 | */ |
1881 | static bool get_threshold2(char *str, size_t length, threshold *warn, threshold *crit, threshold_mode mode) { | 1881 | static bool get_threshold2(char *str, size_t length, threshold *warn, threshold *crit, threshold_mode mode) { |
1882 | if (!str || !length || !warn || !crit) return false; | 1882 | if (!str || !length || !warn || !crit) return false; |