1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

Merge of cleanups and srvsvc implementation from HEAD.

This commit is contained in:
Tim Potter
-
parent efc9269780
commit dbea592877
20 changed files with 222 additions and 255 deletions

View File

@ -157,7 +157,7 @@ static PyObject *samr_enum_dom_groups(PyObject *self, PyObject *args,
samr_domain_hnd_object *domain_hnd = (samr_domain_hnd_object *)self;
static char *kwlist[] = { NULL };
TALLOC_CTX *mem_ctx;
uint32 desired_access = MAXIMUM_ALLOWED_ACCESS;
/* uint32 desired_access = MAXIMUM_ALLOWED_ACCESS; */
uint32 start_idx, size, num_dom_groups;
struct acct_info *dom_groups;
NTSTATUS result;