diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-11-28 04:44:23 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-11-28 04:44:23 +0000 |
commit | 241b1b9aa67fe4d6bdc5583f80b21d9c163ee252 (patch) | |
tree | 6cb6286349df374876e532066c0dbc6c5b519abc /source3 | |
parent | d0ea72d0b7c6a9ea0f582cda3b94ba7cb8cb1fbe (diff) | |
download | samba-241b1b9aa67fe4d6bdc5583f80b21d9c163ee252.tar.gz samba-241b1b9aa67fe4d6bdc5583f80b21d9c163ee252.tar.bz2 samba-241b1b9aa67fe4d6bdc5583f80b21d9c163ee252.zip |
turn off the insure xterm hack for now
(This used to be commit 8698f7ef3ee9b83370e895607297245b6df74934)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |