[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-1167-g01e9151

Günther Deschner gd at samba.org
Mon Jan 7 22:00:11 GMT 2008


The branch, v3-2-test has been updated
       via  01e9151546a83e0c772a144efa85437ca0c8a307 (commit)
      from  ee5a20becdcdb20d7012732b324c6938fab44f67 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 01e9151546a83e0c772a144efa85437ca0c8a307
Author: Günther Deschner <gd at samba.org>
Date:   Mon Jan 7 22:48:19 2008 +0100

    Enable talloc reporting in libnetapi if DEVELOPER compiled.
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 source/lib/netapi/netapi.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/netapi/netapi.c b/source/lib/netapi/netapi.c
index d5527dc..61b5190 100644
--- a/source/lib/netapi/netapi.c
+++ b/source/lib/netapi/netapi.c
@@ -39,6 +39,9 @@ NET_API_STATUS libnetapi_init(struct libnetapi_ctx **context)
 		return NET_API_STATUS_SUCCESS;
 	}
 
+#ifdef DEVELOPER
+	talloc_enable_leak_report();
+#endif
 	frame = talloc_stackframe();
 
 	ctx = talloc_zero(frame, struct libnetapi_ctx);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list