summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.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/nttrans.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/nttrans.c')
-rw-r--r--source3/smbd/nttrans.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c
index 1b981578e3..cf955d9651 100644
--- a/source3/smbd/nttrans.c
+++ b/source3/smbd/nttrans.c
@@ -810,7 +810,7 @@ static NTSTATUS set_sd(files_struct *fsp, uint8 *data, uint32 sd_len,
Read a list of EA names and data from an incoming data buffer. Create an ea_list with them.
****************************************************************************/
-static struct ea_list *read_nttrans_ea_list(TALLOC_CTX *ctx, const char *pdata, size_t data_size)
+struct ea_list *read_nttrans_ea_list(TALLOC_CTX *ctx, const char *pdata, size_t data_size)
{
struct ea_list *ea_list_head = NULL;
size_t offset = 0;