]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
for the setrlimit() stuff, use INSIST(), not ASSERT()
authorHarlan Stenn <stenn@ntp.org>
Wed, 14 Nov 2012 10:07:30 +0000 (05:07 -0500)
committerHarlan Stenn <stenn@ntp.org>
Wed, 14 Nov 2012 10:07:30 +0000 (05:07 -0500)
bk: 50a36d62TnDeSKH1v5yX58QRmX21lw

ntpd/ntp_config.c

index 502460e3bbd1f5ac497e3ef561dfc1a3946cba36..276cec5945d2eb6d09af7acde3ef216bad2a0650 100644 (file)
@@ -4895,7 +4895,7 @@ ntp_rlimit(
                break;
 
            default:
-               ASSERT(!"Unexpected setrlimit() case!");
+               INSIST(!"Unexpected setrlimit() case!");
                break;
        }
 }