summaryrefslogtreecommitdiff
path: root/source/utils
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-04 23:55:54 +0100
committerKarolin Seeger <kseeger@samba.org>2009-02-16 09:56:54 +0100
commit79bd9fc58b9e4ec3df862075175186272bb15de7 (patch)
tree5df8f199a9a29e3eee5d1c89424e4e1e00963bb1 /source/utils
parent55a9cd292b2258a979a426acd0f8a4b1225ca36f (diff)
downloadsamba-79bd9fc58b9e4ec3df862075175186272bb15de7.tar.gz
s3-net: remove unused ENUM_HND.
Guenther (cherry picked from commit a713060a6e36706cfd5b997aa4cbfabf4e180c84)
Diffstat (limited to 'source/utils')
-rw-r--r--source/utils/net_rpc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/utils/net_rpc.c b/source/utils/net_rpc.c
index 3f572f03fe5..2679d04954e 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;