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

Günther Deschner gd at samba.org
Wed Feb 4 23:45:01 GMT 2009


The branch, v3-3-test has been updated
       via  a713060a6e36706cfd5b997aa4cbfabf4e180c84 (commit)
      from  249dab1abbf49b0ca45360eb9aedb20d51a80e5f (commit)

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


- Log -----------------------------------------------------------------
commit a713060a6e36706cfd5b997aa4cbfabf4e180c84
Author: Günther Deschner <gd at samba.org>
Date:   Wed Feb 4 23:55:54 2009 +0100

    s3-net: remove unused ENUM_HND.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source/utils/net_rpc.c b/source/utils/net_rpc.c
index 3f572f0..2679d04 100644
--- a/source/utils/net_rpc.c
+++ b/source/utils/net_rpc.c
@@ -4378,7 +4378,6 @@ static NTSTATUS rpc_share_allowedusers_internals(struct net_context *c,
 {
 	int ret;
 	bool r;
-	ENUM_HND hnd;
 	uint32 i;
 	FILE *f;
 
@@ -4411,8 +4410,6 @@ static NTSTATUS rpc_share_allowedusers_internals(struct net_context *c,
 	for (i=0; i<num_tokens; i++)
 		collect_alias_memberships(&tokens[i].token);
 
-	init_enum_hnd(&hnd, 0);
-
 	share_list.num_shares = 0;
 	share_list.shares = NULL;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list