From 9e44f1d3779cfdd5620de89110108cf6fd65bcb0 Mon Sep 17 00:00:00 2001 From: Tobias Oetiker Date: Wed, 4 Jan 2017 07:58:21 +0100 Subject: [PATCH] fix #760 --- src/rrd_update.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rrd_update.c b/src/rrd_update.c index 32168d33..c9614132 100644 --- a/src/rrd_update.c +++ b/src/rrd_update.c @@ -2017,7 +2017,7 @@ static void initialize_cdp_val( fprintf(stderr, "RRA %lu, DS %lu, both CDP_val and pdp_temp are DNAN!", i, ii); - exit(-1); + break; } #endif #endif @@ -2035,7 +2035,7 @@ static void initialize_cdp_val( fprintf(stderr, "RRA %lu, DS %lu, both CDP_val and pdp_temp are DNAN!", i, ii); - exit(-1); + break; } #endif #endif -- 2.47.3