dcerpc.idl: make use of dcerpc_bind_ack_result
authorStefan Metzmacher <metze@samba.org>
Thu, 9 Jan 2014 14:58:46 +0000 (15:58 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 16 Jan 2014 15:22:53 +0000 (16:22 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
librpc/idl/dcerpc.idl

index 162b53036187d351363b8f7ddfa2a86554681e1a..6bb96da37407fcfa1662eb4c22754e95d4a10161 100644 (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;