s3-pysmbd: Correct comments in python VFS bindings
authorAndrew Bartlett <abartlet@samba.org>
Tue, 21 Aug 2012 05:10:43 +0000 (15:10 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 21 Aug 2012 05:25:50 +0000 (15:25 +1000)
source3/smbd/pysmbd.c

index 0e8ecaacf14609cc78189000a9434163fc885438..45362f8ccc78d63c788fb54fff5272d57b020c9f 100644 (file)
@@ -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)
 {