diff options
author | Tim Potter <tpot@samba.org> | 2002-12-20 01:31:13 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-12-20 01:31:13 +0000 |
commit | 53a87ee8eb9f46b40ecae0b1bf4b8facf1aaf1a3 (patch) | |
tree | 2b7ee8819452f6b2f04c24a07f2825b26857fb62 /source3 | |
parent | 4ae77aa17ce192eff17f91c2712b97cbbe15671a (diff) | |
download | samba-53a87ee8eb9f46b40ecae0b1bf4b8facf1aaf1a3.tar.gz samba-53a87ee8eb9f46b40ecae0b1bf4b8facf1aaf1a3.tar.bz2 samba-53a87ee8eb9f46b40ecae0b1bf4b8facf1aaf1a3.zip |
Merge from HEAD:
>fix rpcclient querygroup command (from 2.2 and head)
(This used to be commit 77b403434f85d54fa573d9344024966d32f415ef)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/rpcclient/cmd_samr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/rpcclient/cmd_samr.c b/source3/rpcclient/cmd_samr.c index 1e29bffaf7..246e74dc35 100644 --- a/source3/rpcclient/cmd_samr.c +++ b/source3/rpcclient/cmd_samr.c @@ -419,8 +419,6 @@ static NTSTATUS cmd_samr_query_group(struct cli_state *cli, if (!NT_STATUS_IS_OK(result)) goto done; - ZERO_STRUCT(group_ctr); - result = cli_samr_query_groupinfo(cli, mem_ctx, &group_pol, info_level, &group_ctr); if (!NT_STATUS_IS_OK(result)) { |