diff options
author | Ralph Boehme <slow@samba.org> | 2014-11-26 14:12:51 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-12-04 22:11:07 +0100 |
commit | 142db4048f41f793d9b919a93877d547ff593c6d (patch) | |
tree | 88cfa7b21169cfb5de192b3b5a112bb9e41a6cf0 /source3/smbd/smb2_create.c | |
parent | af846264d89f21ac7db8d0cdf6e861ba9cc74151 (diff) | |
download | samba-142db4048f41f793d9b919a93877d547ff593c6d.tar.gz |
s3:vfs: add create tags to SMB_VFS_CREATEFILE
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd/smb2_create.c')
-rw-r--r-- | source3/smbd/smb2_create.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/smbd/smb2_create.c b/source3/smbd/smb2_create.c index 662d5b95dd0..c9cc9bd0d7d 100644 --- a/source3/smbd/smb2_create.c +++ b/source3/smbd/smb2_create.c @@ -1071,7 +1071,9 @@ static struct tevent_req *smbd_smb2_create_send(TALLOC_CTX *mem_ctx, sec_desc, ea_list, &result, - &info); + &info, + &in_context_blobs, + state->out_context_blobs); if (!NT_STATUS_IS_OK(status)) { if (open_was_deferred(smb1req->xconn, smb1req->mid)) { SMBPROFILE_IOBYTES_ASYNC_SET_IDLE(smb2req->profile); |