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:
parent
de967f22fc
commit
d01b248d4f
@ -1741,6 +1741,7 @@ union smb_open {
|
|||||||
uint32_t maximal_access;
|
uint32_t maximal_access;
|
||||||
uint8_t on_disk_id[32];
|
uint8_t on_disk_id[32];
|
||||||
struct smb2_lease lease_response;
|
struct smb2_lease lease_response;
|
||||||
|
bool durable_open;
|
||||||
|
|
||||||
/* tagged blobs in the reply */
|
/* tagged blobs in the reply */
|
||||||
struct smb2_create_blobs blobs;
|
struct smb2_create_blobs blobs;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user