1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

s3-net: remove unused ENUM_HND.

Guenther
This commit is contained in:
Günther Deschner 2009-02-04 23:55:54 +01:00
parent 8450e6677b
commit 0016c57ca1

View File

@ -4377,7 +4377,6 @@ static NTSTATUS rpc_share_allowedusers_internals(struct net_context *c,
{
int ret;
bool r;
ENUM_HND hnd;
uint32 i;
FILE *f;
@ -4410,8 +4409,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;