diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-01-09 15:58:46 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2014-01-16 16:22:53 +0100 |
commit | 3d4a2be29f570263103d96f8fb32bfd019d34a1c (patch) | |
tree | 75b6ab25cd2e8c5a6bf363597b9943770bdd2232 /librpc/idl/dcerpc.idl | |
parent | 2019e41d53b23b51fc610d08a787add6a2851dc1 (diff) | |
download | samba-3d4a2be29f570263103d96f8fb32bfd019d34a1c.tar.gz samba-3d4a2be29f570263103d96f8fb32bfd019d34a1c.tar.xz samba-3d4a2be29f570263103d96f8fb32bfd019d34a1c.zip |
dcerpc.idl: make use of dcerpc_bind_ack_result
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'librpc/idl/dcerpc.idl')
-rw-r--r-- | librpc/idl/dcerpc.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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; |