summaryrefslogtreecommitdiff
path: root/source3/python/py_samr.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-02-19 22:47:49 +0000
committerTim Potter <tpot@samba.org>2003-02-19 22:47:49 +0000
commit5ef421f1d820abee603817f91a5656b26ae502c2 (patch)
treec21b57a269bd05fba0194cf38a0a73974bcae472 /source3/python/py_samr.c
parent3fd3bb38e24d39cae58894ce2b6bcb750b9de1b0 (diff)
downloadsamba-5ef421f1d820abee603817f91a5656b26ae502c2.tar.gz
samba-5ef421f1d820abee603817f91a5656b26ae502c2.tar.bz2
samba-5ef421f1d820abee603817f91a5656b26ae502c2.zip
Merge of cleanups and srvsvc implementation from HEAD.
(This used to be commit dbea592877ad12f270805a9d8a86a50985beaf66)
Diffstat (limited to 'source3/python/py_samr.c')
-rw-r--r--source3/python/py_samr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/python/py_samr.c b/source3/python/py_samr.c
index 208274d9b5..182671d047 100644
--- a/source3/python/py_samr.c
+++ b/source3/python/py_samr.c
@@ -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;