From: Tobias Oetiker Date: Wed, 4 Jan 2017 06:58:21 +0000 (+0100) Subject: fix #760 X-Git-Tag: v1.7.0~18 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=9e44f1d3779cfdd5620de89110108cf6fd65bcb0;p=thirdparty%2Frrdtool-1.x.git fix #760 --- 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