s3: libsmb: Correctly align create contexts in a create call.
authorJeremy Allison <jra@samba.org>
Fri, 19 Aug 2016 23:58:39 +0000 (16:58 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 22 Aug 2016 17:10:22 +0000 (19:10 +0200)
commitf8caadfc78a15fa3aefc9ef6249195767c47aa8f
treecfd343157e6fb4ecc970849260b3e18dd9a1392d
parentcb687a6af0a498676268874ab25b19a6b0764915
s3: libsmb: Correctly align create contexts in a create call.

SMB2 shadow copy requests are the first time we've used
create contexts in anger in this codepath. This took me
longer than I'd like to admit to find :-).

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12166

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Uri Simchoni <uri@samba.org>
libcli/smb/smb2cli_create.c