[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-349-g6f9c291

Jeremy Allison jra at samba.org
Wed Nov 21 03:18:28 GMT 2007


The branch, v3-2-test has been updated
       via  6f9c2910bdda605f90967e0aa6a84b8094f3a197 (commit)
      from  f5701756154e4e113414d8dd6c850685a2594801 (commit)

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


- Log -----------------------------------------------------------------
commit 6f9c2910bdda605f90967e0aa6a84b8094f3a197
Author: Jeremy Allison <jra at samba.org>
Date:   Tue Nov 20 19:17:47 2007 -0800

    Add talloc stackframe for ntlm_auth.c
    Jeremy.

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

Summary of changes:
 source/utils/ntlm_auth.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/utils/ntlm_auth.c b/source/utils/ntlm_auth.c
index 0b50ced..18db15d 100644
--- a/source/utils/ntlm_auth.c
+++ b/source/utils/ntlm_auth.c
@@ -2180,6 +2180,7 @@ enum {
 
  int main(int argc, const char **argv)
 {
+	TALLOC_CTX *frame = talloc_stackframe();
 	int opt;
 	static const char *helper_protocol;
 	static int diagnostics;
@@ -2361,5 +2362,6 @@ enum {
 	/* Exit code */
 
 	poptFreeContext(pc);
+	TALLOC_FREE(frame);
 	return 0;
 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list