summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc.h
diff options
context:
space:
mode:
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;