[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Mon May 31 14:19:06 MDT 2010


The branch, master has been updated
       via  e80301e... s3-smbd: remove unused sconn from token_contains_name().
      from  d33c41f... s3:winbindd move reinit_after_fork() back out of winbindd_register_handlers

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit e80301eded1d42b6a015c622be07bba589ee3512
Author: Günther Deschner <gd at samba.org>
Date:   Mon May 31 21:49:04 2010 +0200

    s3-smbd: remove unused sconn from token_contains_name().
    
    Guenther

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

Summary of changes:
 source3/smbd/share_access.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/share_access.c b/source3/smbd/share_access.c
index d41b05d..6f3bfd0 100644
--- a/source3/smbd/share_access.c
+++ b/source3/smbd/share_access.c
@@ -73,7 +73,6 @@ static bool token_contains_name(TALLOC_CTX *mem_ctx,
 	const char *prefix;
 	struct dom_sid sid;
 	enum lsa_SidType type;
-	struct smbd_server_connection *sconn = smbd_server_conn;
 
 	if (username != NULL) {
 		name = talloc_sub_basic(mem_ctx, username, domain, name);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list