diff options
Diffstat (limited to 'source3/python')
-rw-r--r-- | source3/python/py_samr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/python/py_samr.c b/source3/python/py_samr.c index fc9f2a83eb..a26cd8d132 100644 --- a/source3/python/py_samr.c +++ b/source3/python/py_samr.c @@ -467,7 +467,7 @@ static PyObject *samr_create_dom_user(PyObject *self, PyObject *args, uint32 user_rid; PyObject *result = NULL; TALLOC_CTX *mem_ctx; - uint16 acb_info = ACB_NORMAL; + uint32 acb_info = ACB_NORMAL; POLICY_HND user_pol; if (!PyArg_ParseTupleAndKeywords( |