summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/smb2_calls.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-06-20 07:03:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:09:13 -0500
commitd3b3436ce1a71464b0f1a9ffa69643cd5c816004 (patch)
tree4cc3bf72b3a1ecfe11a02ba7c5ce8d59e2252d44 /source4/libcli/smb2/smb2_calls.h
parent15db7a53e8273360fcaf6d8b7896d5f2b0d43c47 (diff)
downloadsamba-d3b3436ce1a71464b0f1a9ffa69643cd5c816004.tar.gz
samba-d3b3436ce1a71464b0f1a9ffa69643cd5c816004.tar.bz2
samba-d3b3436ce1a71464b0f1a9ffa69643cd5c816004.zip
r16406: use the generic smb_handle in smb2_getinfo/smb2_setinfo
metze (This used to be commit dcc02df8297162a7fd913560194d9e821798dbe0)
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;
};