From 241b1b9aa67fe4d6bdc5583f80b21d9c163ee252 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 28 Nov 2001 04:44:23 +0000 Subject: turn off the insure xterm hack for now (This used to be commit 8698f7ef3ee9b83370e895607297245b6df74934) --- source3/lib/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/util.c') diff --git a/source3/lib/util.c b/source3/lib/util.c index 01fb51d5a2..7bd2ed8441 100644 --- a/source3/lib/util.c +++ b/source3/lib/util.c @@ -2060,7 +2060,7 @@ void data_blob_clear_free(DATA_BLOB *d) data_blob_free(d); } -#ifdef __INSURE__ +#ifdef __INSURE__XX_DISABLED_XX /******************************************************************* This routine is a trick to immediately catch errors when debugging -- cgit