From: Harlan Stenn Date: Wed, 14 Nov 2012 10:07:30 +0000 (-0500) Subject: for the setrlimit() stuff, use INSIST(), not ASSERT() X-Git-Tag: NTP_4_2_7P322~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dea95eafc22cc557cfec53280d86c5cf2e56656;p=thirdparty%2Fntp.git for the setrlimit() stuff, use INSIST(), not ASSERT() bk: 50a36d62TnDeSKH1v5yX58QRmX21lw --- diff --git a/ntpd/ntp_config.c b/ntpd/ntp_config.c index 502460e3b..276cec594 100644 --- a/ntpd/ntp_config.c +++ b/ntpd/ntp_config.c @@ -4895,7 +4895,7 @@ ntp_rlimit( break; default: - ASSERT(!"Unexpected setrlimit() case!"); + INSIST(!"Unexpected setrlimit() case!"); break; } }