]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
file_access: add a function header comment for can_access_file_acl().
authorMichael Adam <obnox@samba.org>
Tue, 17 Jun 2008 22:06:46 +0000 (00:06 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 17 Jun 2008 22:06:46 +0000 (00:06 +0200)
Michael

source/smbd/file_access.c

index aaa114b950c472f020560eab2fbdee9c986cf361..0552a16b508a3357fb0539989af2de27e5a57f5e 100644 (file)
@@ -23,6 +23,9 @@
 #undef  DBGC_CLASS
 #define DBGC_CLASS DBGC_ACLS
 
+/**
+ * Security descriptor / NT Token level access check function.
+ */
 bool can_access_file_acl(struct connection_struct *conn,
                                const char * fname,
                                uint32_t access_mask)