summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/trans2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c
index 31a3961550..afe4d352ff 100644
--- a/source3/smbd/trans2.c
+++ b/source3/smbd/trans2.c
@@ -967,7 +967,7 @@ static BOOL get_lanman2_dir_entry(connection_struct *conn,
/* This is necessary, as otherwise the
* desktop.ini file in this folder is
* ignored */
- mode |= (lp_profile_acls(SNUM(conn)) ? 1 : 0);
+ mode |= (lp_profile_acls(SNUM(conn)) ? aRONLY : 0);
file_size = 0;
}
@@ -2515,7 +2515,7 @@ static int call_trans2qfilepathinfo(connection_struct *conn, char *inbuf, char *
if (mode & aDIR) {
/* This is necessary, as otherwise the desktop.ini file in
* this folder is ignored */
- mode |= (lp_profile_acls(SNUM(conn)) ? 1 : 0);
+ mode |= (lp_profile_acls(SNUM(conn)) ? aRONLY : 0);
file_size = 0;
}