From d01b248d4f6260c9d67a82e6497f8f4c99666a4c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 29 Oct 2011 13:16:07 +0200 Subject: source4/libcli: add bool durable_open to smb2_create.out. The server gives indication whether the open was durable we should record this. --- source4/libcli/raw/interfaces.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/libcli/raw') diff --git a/source4/libcli/raw/interfaces.h b/source4/libcli/raw/interfaces.h index 7bb5255b6a..7aba48b434 100644 --- a/source4/libcli/raw/interfaces.h +++ b/source4/libcli/raw/interfaces.h @@ -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; -- cgit