Remove a bogus comment
authorVolker Lendecke <vl@samba.org>
Tue, 12 Feb 2008 10:08:49 +0000 (11:08 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 12 Feb 2008 10:09:54 +0000 (11:09 +0100)
(This used to be commit 599bb7e4707ae37f022a2f4edf918adcbfa110c2)

source3/utils/net_rpc.c

index 46b66bbd365867c7cfd326e8ba8e4ba309791f8d..2ad4a2bc169869d0cb0ee7316fd5bf4fde03f984 100644 (file)
@@ -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);