]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libnetapi: Disable talloc_enable_leak_report.
authorGünther Deschner <gd@samba.org>
Thu, 17 Apr 2008 12:09:29 +0000 (14:09 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 17 Apr 2008 12:13:13 +0000 (14:13 +0200)
Guenther

source/lib/netapi/netapi.c

index 941e3231835293ec09681df7124325a1819b4538..944c2c9304afee6fa93f928ce50d720c3cb355ac 100644 (file)
@@ -40,7 +40,7 @@ NET_API_STATUS libnetapi_init(struct libnetapi_ctx **context)
                return NET_API_STATUS_SUCCESS;
        }
 
-#ifdef DEVELOPER
+#if 0
        talloc_enable_leak_report();
 #endif
        frame = talloc_stackframe();