diff options
author | Günther Deschner <gd@samba.org> | 2008-04-17 14:09:29 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-04-17 14:13:13 +0200 |
commit | 08cc63f8147051967140602a2dd2ace2a7d9fe1e (patch) | |
tree | 2ce24f1b8b90fb201c95f5d99fedf6b8ccfebd22 | |
parent | 73754b98f4b58bd20eac5ffe8ed891313a8644b1 (diff) | |
download | samba-08cc63f8147051967140602a2dd2ace2a7d9fe1e.tar.gz samba-08cc63f8147051967140602a2dd2ace2a7d9fe1e.tar.bz2 samba-08cc63f8147051967140602a2dd2ace2a7d9fe1e.zip |
libnetapi: Disable talloc_enable_leak_report.
Guenther
(This used to be commit 4ba98dd0cc13984a8dc54e4d4935487fc8938039)
-rw-r--r-- | source3/lib/netapi/netapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/netapi/netapi.c b/source3/lib/netapi/netapi.c index 941e323183..944c2c9304 100644 --- a/source3/lib/netapi/netapi.c +++ b/source3/lib/netapi/netapi.c @@ -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(); |