[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-3493-g43ea273

Volker Lendecke vlendec at samba.org
Wed Mar 4 12:56:07 GMT 2009


The branch, v3-2-test has been updated
       via  43ea27319933f3b49b61decde8321d9162cfd9ef (commit)
      from  0a9aff0bca4c49de0f87e496f62053787777f61d (commit)

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


- Log -----------------------------------------------------------------
commit 43ea27319933f3b49b61decde8321d9162cfd9ef
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Mar 4 14:00:03 2009 +0100

    Fix an uninitialized variable warning

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

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


Changeset truncated at 500 lines:

diff --git a/source/auth/auth_util.c b/source/auth/auth_util.c
index f3075ac..24b05a5 100644
--- a/source/auth/auth_util.c
+++ b/source/auth/auth_util.c
@@ -702,7 +702,6 @@ NTSTATUS create_local_token(auth_serversupplied_info *server_info)
 	}
 
 	if (!NT_STATUS_IS_OK(status)) {
-		TALLOC_FREE(mem_ctx);
 		return status;
 	}
 	


-- 
Samba Shared Repository


More information about the samba-cvs mailing list