diff options
author | Volker Lendecke <vl@samba.org> | 2008-02-12 11:08:49 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-02-12 11:09:54 +0100 |
commit | 885b16cd77affa151578cde4923a2581d96fab93 (patch) | |
tree | e6d2f0feec0adf55542fa043d1b9b5c361a4b8c2 /source3/utils | |
parent | 50019747fc44e0181309e36ee260fbf67ac3ce08 (diff) | |
download | samba-885b16cd77affa151578cde4923a2581d96fab93.tar.gz samba-885b16cd77affa151578cde4923a2581d96fab93.tar.bz2 samba-885b16cd77affa151578cde4923a2581d96fab93.zip |
Remove a bogus comment
(This used to be commit 599bb7e4707ae37f022a2f4edf918adcbfa110c2)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_rpc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index 46b66bbd36..2ad4a2bc16 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -2726,12 +2726,6 @@ static NTSTATUS rpc_group_list_internals(const DOM_SID *domain_sid, do { if (!local) break; - /* The max_size field in cli_samr_enum_als_groups is more like - * an account_control field with indiviual bits what to - * retrieve. Set this to 0xffff as NT4 usrmgr.exe does to get - * everything. I'm too lazy (sorry) to get this through to - * rpc_parse/ etc. Volker */ - result = rpccli_samr_enum_als_groups(pipe_hnd, mem_ctx, &domain_pol, &start_idx, 0xffff, &groups, &num_entries); |