mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
temorarially comment out INSIST
This commit is contained in:
parent
a630d60b8b
commit
acb6a99ccb
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue