summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/interfaces.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-05-16 16:50:50 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:07:25 -0500
commit410fb90322cf47780a9af4f5e38e57fcfa528471 (patch)
tree347b45882f2a0af7f1583ba007c076dcbffe0181 /source4/libcli/raw/interfaces.h
parent12f377c638d118da58f2f2802baf28961a631f0f (diff)
downloadsamba-410fb90322cf47780a9af4f5e38e57fcfa528471.tar.gz
samba-410fb90322cf47780a9af4f5e38e57fcfa528471.tar.bz2
samba-410fb90322cf47780a9af4f5e38e57fcfa528471.zip
r15640: - NT IOCTL calls also have an 'in' data_blob
- fix the receive code of NT IOCTL's we only need the NTTRANS data payload not the SMB payload here metze (This used to be commit 358d03143f0a78344c1af720e33ebe2619df09df)
Diffstat (limited to 'source4/libcli/raw/interfaces.h')
-rw-r--r--source4/libcli/raw/interfaces.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/raw/interfaces.h b/source4/libcli/raw/interfaces.h
index d9387cc6e2..e0696b45ec 100644
--- a/source4/libcli/raw/interfaces.h
+++ b/source4/libcli/raw/interfaces.h
@@ -1716,6 +1716,7 @@ union smb_ioctl {
uint32_t function;
BOOL fsctl;
uint8_t filter;
+ DATA_BLOB blob;
} in;
struct {
DATA_BLOB blob;