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

Jeremy Allison jra at samba.org
Thu Aug 14 19:34:17 GMT 2008


The branch, v3-2-test has been updated
       via  6d6f7bdab7aa6767295c98e5e6294f081798aa04 (commit)
      from  4d83924470b267f2267abd62a3be2ac3ae373d7b (commit)

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


- Log -----------------------------------------------------------------
commit 6d6f7bdab7aa6767295c98e5e6294f081798aa04
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Aug 14 12:33:17 2008 -0700

    Revert the 4d83924470b267f2267abd62a3be2ac3ae373d7b change. The server_info struct *must* own the ptok pointer inside it.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source/auth/auth_util.c b/source/auth/auth_util.c
index 23e3fc0..2024526 100644
--- a/source/auth/auth_util.c
+++ b/source/auth/auth_util.c
@@ -698,7 +698,7 @@ NTSTATUS create_local_token(auth_serversupplied_info *server_info)
 		
 	} else {
 		server_info->ptok = create_local_nt_token(
-			mem_ctx,
+			server_info,
 			pdb_get_user_sid(server_info->sam_account),
 			server_info->guest,
 			server_info->num_sids, server_info->sids);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list