diff options
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/pysmbd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbd/pysmbd.c b/source3/smbd/pysmbd.c index 0e8ecaacf1..45362f8ccc 100644 --- a/source3/smbd/pysmbd.c +++ b/source3/smbd/pysmbd.c @@ -336,7 +336,7 @@ static PyObject *py_smbd_have_posix_acls(PyObject *self, PyObject *args) } /* - set a simple ACL on a file, as a test + set the NT ACL on a file */ static PyObject *py_smbd_set_nt_acl(PyObject *self, PyObject *args) { @@ -362,7 +362,7 @@ static PyObject *py_smbd_set_nt_acl(PyObject *self, PyObject *args) } /* - set a simple ACL on a file, as a test + Return the NT ACL on a file */ static PyObject *py_smbd_get_nt_acl(PyObject *self, PyObject *args) { |