summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_tcon.c
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-04 15:08:59 +1300
committerJeremy Allison <jra@samba.org>2014-02-07 16:19:11 -0800
commitdebda157853b32c924efd298fb43de502522a1c5 (patch)
tree010da4d0dee1ee0be062f75b7346c8545f841e65 /source3/smbd/smb2_tcon.c
parent324a976653e1ac37edb2bc07557b52adbd552d14 (diff)
downloadsamba-debda157853b32c924efd298fb43de502522a1c5.tar.gz
param: rename lp function and variable from "hideunwriteable_files" to "hide_unwriteable_files"
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd/smb2_tcon.c')
-rw-r--r--source3/smbd/smb2_tcon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/smb2_tcon.c b/source3/smbd/smb2_tcon.c
index 64c18536ce5..c7dc928ca3f 100644
--- a/source3/smbd/smb2_tcon.c
+++ b/source3/smbd/smb2_tcon.c
@@ -330,7 +330,7 @@ static NTSTATUS smbd_smb2_tree_connect(struct smbd_smb2_request *req,
}
if (lp_hide_unreadable(SNUM(tcon->compat)) ||
- lp_hideunwriteable_files(SNUM(tcon->compat))) {
+ lp_hide_unwriteable_files(SNUM(tcon->compat))) {
*out_share_flags |= SMB2_SHAREFLAG_ACCESS_BASED_DIRECTORY_ENUM;
}