summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/smb2_calls.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/libcli/smb2/smb2_calls.h')
-rw-r--r--source4/libcli/smb2/smb2_calls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libcli/smb2/smb2_calls.h b/source4/libcli/smb2/smb2_calls.h
index 6bee0dec91..f870ddb38a 100644
--- a/source4/libcli/smb2/smb2_calls.h
+++ b/source4/libcli/smb2/smb2_calls.h
@@ -75,7 +75,7 @@ struct smb2_getinfo {
uint32_t unknown2;
uint32_t flags; /* level specific */
uint32_t flags2; /* used by all_eas level */
- struct smb2_handle handle;
+ union smb_handle file;
} in;
struct {
@@ -93,7 +93,7 @@ struct smb2_setinfo {
struct {
uint16_t level;
uint32_t flags;
- struct smb2_handle handle;
+ union smb_handle file;
DATA_BLOB blob;
} in;
};