summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-09-17 09:29:07 -0700
committerJeremy Allison <jra@samba.org>2009-09-17 09:29:07 -0700
commit16836f9e9ed451b2a6690ad22a40cd1fb2cb3b46 (patch)
tree034fa043ec0b4b1ee9814f30294721f466134318 /source3/smbd/globals.c
parente91cdef2d434b36ae655755ec41cea7c44df171c (diff)
downloadsamba-16836f9e9ed451b2a6690ad22a40cd1fb2cb3b46.tar.gz
samba-16836f9e9ed451b2a6690ad22a40cd1fb2cb3b46.tar.bz2
samba-16836f9e9ed451b2a6690ad22a40cd1fb2cb3b46.zip
We now pass the Microsoft SMB2 fileio test with EA's and streams...
Jeremy.
Diffstat (limited to 'source3/smbd/globals.c')
-rw-r--r--source3/smbd/globals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/globals.c b/source3/smbd/globals.c
index f680b76369..68fa795ba2 100644
--- a/source3/smbd/globals.c
+++ b/source3/smbd/globals.c
@@ -95,7 +95,7 @@ time_t last_printer_reload_time = 0;
for processing.
****************************************************************************/
struct pending_message_list *deferred_open_queue = NULL;
-uint32_t common_flags2 = FLAGS2_LONG_PATH_COMPONENTS|FLAGS2_32_BIT_ERROR_CODES;
+uint32_t common_flags2 = FLAGS2_LONG_PATH_COMPONENTS|FLAGS2_32_BIT_ERROR_CODES|FLAGS2_EXTENDED_ATTRIBUTES;
struct smb_srv_trans_enc_ctx *partial_srv_trans_enc_ctx = NULL;
struct smb_srv_trans_enc_ctx *srv_trans_enc_ctx = NULL;