summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-04 23:55:54 +0100
committerGünther Deschner <gd@samba.org>2009-02-05 00:40:59 +0100
commit0016c57ca147566b93d8233adfae2060331e0527 (patch)
treecdbd14a4b619eb30d0830a70b48eb5ce532a38be /source3
parent8450e6677bfc2b42d7fe54fbf24c9f8ff07b40e1 (diff)
downloadsamba-0016c57ca147566b93d8233adfae2060331e0527.tar.gz
samba-0016c57ca147566b93d8233adfae2060331e0527.tar.bz2
samba-0016c57ca147566b93d8233adfae2060331e0527.zip
s3-net: remove unused ENUM_HND.
Guenther
Diffstat (limited to 'source3')
-rw-r--r--source3/utils/net_rpc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c
index 714d79402c..e6b46ce898 100644
--- a/source3/utils/net_rpc.c
+++ b/source3/utils/net_rpc.c
@@ -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;