diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/utils_base.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/utils_base.c b/lib/utils_base.c index c0bc4dc5..a36eb680 100644 --- a/lib/utils_base.c +++ b/lib/utils_base.c @@ -120,10 +120,6 @@ _set_thresholds(thresholds **my_thresholds, char *warn_string, char *critical_st } } - if (*my_thresholds > 0) { /* Not sure why, but sometimes could be -1 */ - /* printf("Freeing here: %d\n", *my_thresholds); */ - free(*my_thresholds); - } *my_thresholds = temp_thresholds; return 0; |