1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

source4/libcli: add bool durable_open to smb2_create.out.

The server gives indication whether the open was durable
we should record this.
This commit is contained in:
Michael Adam 2011-10-29 13:16:07 +02:00
parent de967f22fc
commit d01b248d4f

View File

@ -1741,6 +1741,7 @@ union smb_open {
uint32_t maximal_access;
uint8_t on_disk_id[32];
struct smb2_lease lease_response;
bool durable_open;
/* tagged blobs in the reply */
struct smb2_create_blobs blobs;