can_write_to_file() does now take share permissions into account. Fix comment.
authorJeremy Allison <jra@samba.org>
Fri, 4 Nov 2011 23:01:16 +0000 (16:01 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 4 Nov 2011 23:01:16 +0000 (16:01 -0700)
source3/smbd/file_access.c

index ae13a0a2a5d39b539475120be08ace66e6d599eb..4a473d76a6234e66ea89c043603f6e3bfda96fef 100644 (file)
@@ -133,7 +133,6 @@ bool can_delete_file_in_directory(connection_struct *conn,
 
 /****************************************************************************
  Userspace check for write access.
- Note this doesn't take into account share write permissions.
 ****************************************************************************/
 
 bool can_write_to_file(connection_struct *conn,