summaryrefslogtreecommitdiffstats
path: root/source/lib/talloc.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-05-07 21:41:53 +0000
committerVolker Lendecke <vlendec@samba.org>2005-05-07 21:41:53 +0000
commit4850fb3d638d7002ee63a76ddbef2c730188c0b8 (patch)
treea1ecca6852f97d207e75f4aaf37495ed8177c346 /source/lib/talloc.c
parentbcfa87ef367c5ba68a5007c67b9cde149a945d7e (diff)
downloadsamba-4850fb3d638d7002ee63a76ddbef2c730188c0b8.tar.gz
samba-4850fb3d638d7002ee63a76ddbef2c730188c0b8.tar.xz
samba-4850fb3d638d7002ee63a76ddbef2c730188c0b8.zip
r6656: Samba 4 is Samba 3.9...
Diffstat (limited to 'source/lib/talloc.c')
-rw-r--r--source/lib/talloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/talloc.c b/source/lib/talloc.c
index b9a61dd447a..532d0fd6c40 100644
--- a/source/lib/talloc.c
+++ b/source/lib/talloc.c
@@ -29,7 +29,7 @@
#ifdef _SAMBA_BUILD_
#include "includes.h"
-#if (SAMBA_VERSION_MAJOR<4)
+#if ((SAMBA_VERSION_MAJOR==3)&&(SAMBA_VERSION_MINOR==0))
/* This is to circumvent SAMBA3's paranoid malloc checker. Here in this file
* we trust ourselves... */
#ifdef malloc