From: Andrew Bartlett Date: Tue, 21 Aug 2012 05:10:43 +0000 (+1000) Subject: s3-pysmbd: Correct comments in python VFS bindings X-Git-Tag: samba-4.0.0beta7~110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4df2c65ea637618971c406f05e68a93feb44c70c;p=thirdparty%2Fsamba.git s3-pysmbd: Correct comments in python VFS bindings --- diff --git a/source3/smbd/pysmbd.c b/source3/smbd/pysmbd.c index 0e8ecaacf14..45362f8ccc7 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) {