]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
temorarially comment out INSIST
authorMark Andrews <marka@isc.org>
Tue, 27 Feb 2007 03:31:04 +0000 (03:31 +0000)
committerMark Andrews <marka@isc.org>
Tue, 27 Feb 2007 03:31:04 +0000 (03:31 +0000)
lib/isc/mem.c

index fcc25fffc5de152537433295f21e864b9d71b1a8..21e1f28087d39a5bb5ed333bf6f368eb7a5823be 100644 (file)
@@ -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);
 }