diff options
Diffstat (limited to 'source4/libcli/raw')
-rw-r--r-- | source4/libcli/raw/interfaces.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/source4/libcli/raw/interfaces.h b/source4/libcli/raw/interfaces.h index ad5f5bf223..13217158cb 100644 --- a/source4/libcli/raw/interfaces.h +++ b/source4/libcli/raw/interfaces.h @@ -1660,13 +1660,7 @@ union smb_open { struct smb2_lease *lease_request; /* and any additional blobs the caller wants */ - struct smb2_create_blobs { - uint32_t num_blobs; - struct smb2_create_blob { - const char *tag; - DATA_BLOB data; - } *blobs; - } blobs; + struct smb2_create_blobs blobs; } in; struct { union smb_handle file; |