2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

temorarially comment out INSIST

This commit is contained in:
Mark Andrews
2007-02-27 03:31:04 +00:00
parent a630d60b8b
commit acb6a99ccb

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * 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 */ /*! \file */
@@ -1948,7 +1948,7 @@ isc_mem_checkdestroyed(FILE *file) {
} }
fflush(file); fflush(file);
#endif #endif
INSIST(0); /* INSIST(0); XXXMPA temorarially comment out. */
} }
UNLOCK(&lock); UNLOCK(&lock);
} }