From 3d4a2be29f570263103d96f8fb32bfd019d34a1c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 9 Jan 2014 15:58:46 +0100 Subject: dcerpc.idl: make use of dcerpc_bind_ack_result Signed-off-by: Stefan Metzmacher Reviewed-by: Guenther Deschner --- librpc/idl/dcerpc.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc/idl') diff --git a/librpc/idl/dcerpc.idl b/librpc/idl/dcerpc.idl index 162b5303618..6bb96da3740 100644 --- a/librpc/idl/dcerpc.idl +++ b/librpc/idl/dcerpc.idl @@ -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; -- cgit