summaryrefslogtreecommitdiff
path: root/source3/smbd/file_access.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2011-11-04 16:01:16 -0700
committerJeremy Allison <jra@samba.org>2011-11-04 16:01:16 -0700
commit7ff5a5584f7d299be1c46bd881adf3ebc27a2a20 (patch)
treecfb59ff89d8d74bb9c7c57a4cd694ea30b26436b /source3/smbd/file_access.c
parentbbcb589ef5a9cf1ad98b70fc2ea00d346323c57e (diff)
downloadsamba-7ff5a5584f7d299be1c46bd881adf3ebc27a2a20.tar.gz
samba-7ff5a5584f7d299be1c46bd881adf3ebc27a2a20.tar.bz2
samba-7ff5a5584f7d299be1c46bd881adf3ebc27a2a20.zip
can_write_to_file() does now take share permissions into account. Fix comment.
Diffstat (limited to 'source3/smbd/file_access.c')
-rw-r--r--source3/smbd/file_access.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/file_access.c b/source3/smbd/file_access.c
index ae13a0a2a5..4a473d76a6 100644
--- a/source3/smbd/file_access.c
+++ b/source3/smbd/file_access.c
@@ -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,