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

Volker Lendecke vlendec at samba.org
Tue May 6 13:42:44 GMT 2008


The branch, v3-3-test has been updated
       via  e70b5b762234f1733f150bdfbda7b208a8139990 (commit)
      from  64d21f39636019d6a17f84efc6fb9e61e67a235e (commit)

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


- Log -----------------------------------------------------------------
commit e70b5b762234f1733f150bdfbda7b208a8139990
Author: Volker Lendecke <vl at samba.org>
Date:   Tue May 6 15:41:20 2008 +0200

    Fix a memleak introduced after refactoring "struct user_struct"

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

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


Changeset truncated at 500 lines:

diff --git a/source/smbd/password.c b/source/smbd/password.c
index a872ea2..673a1a0 100644
--- a/source/smbd/password.c
+++ b/source/smbd/password.c
@@ -268,7 +268,7 @@ int register_existing_vuid(uint16 vuid,
 	alpha_strcpy(tmp, smb_name, ". _-$", sizeof(tmp));
 
 	vuser->server_info->sanitized_username = talloc_strdup(
-		server_info, tmp);
+		vuser->server_info, tmp);
 
 	DEBUG(10,("register_existing_vuid: (%u,%u) %s %s %s guest=%d\n",
 		  (unsigned int)vuser->server_info->uid,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list