summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-11-08 00:21:26 +0000
committerJeremy Allison <jra@samba.org>2001-11-08 00:21:26 +0000
commit04a0293601189adca1beed189216bf2ba09aa174 (patch)
tree6166c64fa170b8848732ffe0036bdc50c980300d /source3/smbd/trans2.c
parent3343d0281d460559f6893a136991ef6492639bbe (diff)
downloadsamba-04a0293601189adca1beed189216bf2ba09aa174.tar.gz
samba-04a0293601189adca1beed189216bf2ba09aa174.tar.bz2
samba-04a0293601189adca1beed189216bf2ba09aa174.zip
Added more define bits. Fixed error in vol attributes.
Jeremy. (This used to be commit eba8204bfadb176fafb686a35295a09f0f35b894)
Diffstat (limited to 'source3/smbd/trans2.c')
-rw-r--r--source3/smbd/trans2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c
index a5a54751c3..0bc594cba1 100644
--- a/source3/smbd/trans2.c
+++ b/source3/smbd/trans2.c
@@ -1158,7 +1158,6 @@ static int call_trans2qfsinfo(connection_struct *conn,
case SMB_QUERY_FS_ATTRIBUTE_INFO:
SIVAL(pdata,0,FILE_CASE_PRESERVED_NAMES|FILE_CASE_SENSITIVE_SEARCH|
- FILE_DEVICE_IS_MOUNTED|
(lp_nt_acl_support(SNUM(conn)) ? FILE_PERSISTENT_ACLS : 0)); /* FS ATTRIBUTES */
SIVAL(pdata,4,255); /* Max filename component length */
len = srvstr_push(outbuf, pdata+12, fstype, -1, STR_TERMINATE);