diff options
author | Luke Leighton <lkcl@samba.org> | 1998-09-25 23:14:20 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-09-25 23:14:20 +0000 |
commit | 4b9e0941b9440d25d253dab62633858c2a5117c2 (patch) | |
tree | 4d95e5f9b683ad5ab43984472a0d75a900beb957 /source3/include | |
parent | c1bbd1868f90b672ab88e53e039732854dca1f8d (diff) | |
download | samba-4b9e0941b9440d25d253dab62633858c2a5117c2.tar.gz samba-4b9e0941b9440d25d253dab62633858c2a5117c2.tar.bz2 samba-4b9e0941b9440d25d253dab62633858c2a5117c2.zip |
rpcclient: got samr command "enumusers -g -u" working
(This used to be commit 3a00023efedb34684bd45bd8a562f07a9880f1ad)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 5c3dbc003b..91906eefea 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1228,7 +1228,7 @@ BOOL do_samr_unknown_8(struct cli_state *cli, BOOL do_samr_enum_dom_users(struct cli_state *cli, POLICY_HND *pol, uint16 num_entries, uint16 unk_0, uint16 acb_mask, uint16 unk_1, uint32 size, - struct acct_info sam[MAX_SAM_ENTRIES], + struct acct_info **sam, int *num_sam_users); BOOL do_samr_connect(struct cli_state *cli, char *srv_name, uint32 unknown_0, |