summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2023-10-07 20:43:44 (GMT)
committerRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2023-10-07 20:43:44 (GMT)
commitda59856f99815cb86c2b6c633a4a49bc6895fd7b (patch)
treeb487c4c8a4330ef4136f186671252d589b3a69d4
parentb81847cb5f520ec23a1c907be330c1ad8eeeba2d (diff)
downloadmonitoring-plugins-da59856f99815cb86c2b6c633a4a49bc6895fd7b.tar.gz
Fix typo
-rw-r--r--plugins-root/check_icmp.c2
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 */
1881static bool get_threshold2(char *str, size_t length, threshold *warn, threshold *crit, threshold_mode mode) { 1881static 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;