s3: client : correctly fill in the struct smb_create_returns from cli_ntcreate()...
authorJeremy Allison <jra@samba.org>
Fri, 9 May 2014 04:23:22 +0000 (21:23 -0700)
committerStefan Metzmacher <metze@samba.org>
Fri, 9 May 2014 21:10:07 +0000 (23:10 +0200)
commit3d8ba9b34e34c1f3e0c1c231d6b772994b45eeaf
treea7820f12889f824bf5f579beebd7864ab56ed8ed
parent69e24b4e8bc607806453ab137efda6d6bf74fb12
s3: client : correctly fill in the struct smb_create_returns from cli_ntcreate(), cli_ntcreate_recv(), cli_nttrans_create() and cli_nttrans_create_recv().

This completes the update of the create API to return
all the data returned by the server on open.

We can now use this data to detect buggy servers
without an extra round trip.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/libsmb/clifile.c