diff options
author | Günther Deschner <gd@samba.org> | 2008-02-07 20:47:21 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-08 00:17:54 +0100 |
commit | e1af5066d528895e65eae95403b029b65cc6febc (patch) | |
tree | 128358f01895781e402e0a5d6a4a3ae8956983ed /source3/utils | |
parent | 781776d8643ba649a3c52978ff7e07511b43572d (diff) | |
download | samba-e1af5066d528895e65eae95403b029b65cc6febc.tar.gz samba-e1af5066d528895e65eae95403b029b65cc6febc.tar.bz2 samba-e1af5066d528895e65eae95403b029b65cc6febc.zip |
Remove unused marshalling for SAMR_QUERY_DISPINFO.
Guenther
(This used to be commit c09e619a58e8a8a5317627acbf05d8b08ffdf9f4)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_rpc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index 7d057132dd..e8a4da792a 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -1282,8 +1282,6 @@ static NTSTATUS rpc_user_list_internals(const DOM_SID *domain_sid, POLICY_HND connect_pol, domain_pol; NTSTATUS result = NT_STATUS_UNSUCCESSFUL; uint32 start_idx=0, num_entries, i, loop_count = 0; - SAM_DISPINFO_CTR ctr; - SAM_DISPINFO_1 info1; /* Get sam policy handle */ |