1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

dcerpc.idl: make use of dcerpc_bind_ack_result

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
This commit is contained in:
Stefan Metzmacher 2014-01-09 15:58:46 +01:00 committed by Günther Deschner
parent 2019e41d53
commit 3d4a2be29f

View File

@ -93,7 +93,7 @@ interface dcerpc
} dcerpc_bind_ack_reason;
typedef struct {
uint16 result;
dcerpc_bind_ack_result result;
uint16 reason;
ndr_syntax_id syntax;
} dcerpc_ack_ctx;