s3: client : correctly fill in the struct smb_create_returns from cli_ntcreate()...
commit5857b18052e25fd3c1fcee45a563bd1b339be4bb
authorJeremy Allison <jra@samba.org>
Fri, 9 May 2014 04:23:22 +0000 (8 21:23 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 10 Jun 2014 08:58:39 +0000 (10 10:58 +0200)
tree7428d12218703e091f96eba045393cba60557fe5
parent569a4e10d9e063f79ed51a4381df80c19904d9bd
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>
(cherry picked from commit 3d8ba9b34e34c1f3e0c1c231d6b772994b45eeaf)
source3/libsmb/clifile.c