diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-08-21 15:10:43 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-08-21 15:25:50 +1000 |
commit | 4df2c65ea637618971c406f05e68a93feb44c70c (patch) | |
tree | 6ded2cf695a5699b781aa7db4eba5a0c0086ca62 /source3/smbd/pysmbd.c | |
parent | 02e25b2a43ae02205a3412f862a1482d24b70aa4 (diff) | |
download | samba-4df2c65ea637618971c406f05e68a93feb44c70c.tar.gz samba-4df2c65ea637618971c406f05e68a93feb44c70c.tar.bz2 samba-4df2c65ea637618971c406f05e68a93feb44c70c.zip |
s3-pysmbd: Correct comments in python VFS bindings
Diffstat (limited to 'source3/smbd/pysmbd.c')
-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) { |