From: Mark Andrews Date: Tue, 27 Feb 2007 03:31:04 +0000 (+0000) Subject: temorarially comment out INSIST X-Git-Tag: v9.5.0a2~33 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=acb6a99ccb1aa588140853e515fa61542fda77d9;p=thirdparty%2Fbind9.git temorarially comment out INSIST --- diff --git a/lib/isc/mem.c b/lib/isc/mem.c index fcc25fffc5d..21e1f28087d 100644 --- a/lib/isc/mem.c +++ b/lib/isc/mem.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mem.c,v 1.132 2007/02/26 22:57:03 marka Exp $ */ +/* $Id: mem.c,v 1.133 2007/02/27 03:31:04 marka Exp $ */ /*! \file */ @@ -1948,7 +1948,7 @@ isc_mem_checkdestroyed(FILE *file) { } fflush(file); #endif - INSIST(0); + /* INSIST(0); XXXMPA temorarially comment out. */ } UNLOCK(&lock); }