mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
use MEM_RECORD rather than debugging > 1
This commit is contained in:
parent
594a685c8d
commit
c18d42b96b
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: mem.c,v 1.95 2001/06/28 01:51:20 marka Exp $ */
|
||||
/* $Id: mem.c,v 1.96 2001/06/28 01:57:34 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -1048,7 +1048,7 @@ isc__mem_put(isc_mem_t *ctx, void *ptr, size_t size FLARG)
|
|||
#if ISC_MEM_TRACKLINES
|
||||
static void
|
||||
print_active(isc_mem_t *ctx, FILE *out) {
|
||||
if (ctx->debugging > 1) {
|
||||
if (MEM_RECORD) {
|
||||
debuglink_t *dl;
|
||||
unsigned int i;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue