summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-19 03:01:57 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-19 03:01:57 +0000
commit13e10b47fb65de32dcc9d54d42294564f8b39c74 (patch)
treea972f4fd6f7fc4e5b34f707fbdac46d377ff0426 /source4/librpc/rpc/dcerpc.h
parent22ef16aa441320fd0c93c1f266a74eb70cae87c5 (diff)
downloadsamba-13e10b47fb65de32dcc9d54d42294564f8b39c74.tar.gz
samba-13e10b47fb65de32dcc9d54d42294564f8b39c74.tar.bz2
samba-13e10b47fb65de32dcc9d54d42294564f8b39c74.zip
separate the reason and result codes in a bind_ack. This is needed for
interop with the opengroup dcerpc code (This used to be commit 8d9061dcd097ed7eee8d9ec531db65b1df8ac8e6)
Diffstat (limited to 'source4/librpc/rpc/dcerpc.h')
-rw-r--r--source4/librpc/rpc/dcerpc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h
index 81cefa1678..3f9241e9a3 100644
--- a/source4/librpc/rpc/dcerpc.h
+++ b/source4/librpc/rpc/dcerpc.h
@@ -108,7 +108,8 @@ struct dcerpc_packet {
const char *secondary_address;
uint8 num_results;
struct {
- uint32 result;
+ uint16 result;
+ uint16 reason;
struct dcerpc_syntax_id syntax;
} *ctx_list;
DATA_BLOB auth_verifier;