diff options
-rw-r--r-- | source4/libcli/pysmb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/pysmb.c b/source4/libcli/pysmb.c index 3f2efe9c87..14b05f7994 100644 --- a/source4/libcli/pysmb.c +++ b/source4/libcli/pysmb.c @@ -365,7 +365,7 @@ static PyObject *py_smb_setacl(pytalloc_Object *self, PyObject *args, PyObject * uint32_t sinfo = 0; int fnum; - if (!PyArg_ParseTuple(args, "sO|i:get_acl", &filename, &py_sd, &sinfo)) { + if (!PyArg_ParseTuple(args, "sO|I:get_acl", &filename, &py_sd, &sinfo)) { return NULL; } |