From 4df2c65ea637618971c406f05e68a93feb44c70c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 21 Aug 2012 15:10:43 +1000 Subject: s3-pysmbd: Correct comments in python VFS bindings --- source3/smbd/pysmbd.c | 4 ++-- 1 file 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) { -- cgit