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 <[EMAIL PROTECTED]>
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

Reply via email to