summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client/cli_pipe.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-01-09 16:00:23 +0100
committerGünther Deschner <gd@samba.org>2014-01-16 18:21:40 +0100
commitdc561b7e2d92988adbcc390116f08e6b5266cccc (patch)
treecb9a1ae99e1df26696eafa8b46d2a2c92e833b42 /source3/rpc_client/cli_pipe.c
parent7a62a3557773133456d8c4521d9440cb1aaef273 (diff)
downloadsamba-dc561b7e2d92988adbcc390116f08e6b5266cccc.tar.gz
samba-dc561b7e2d92988adbcc390116f08e6b5266cccc.tar.xz
samba-dc561b7e2d92988adbcc390116f08e6b5266cccc.zip
dcerpc.idl: make use of union dcerpc_bind_ack_reason and fix all callers.
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Thu Jan 16 18:21:40 CET 2014 on sn-devel-104
Diffstat (limited to 'source3/rpc_client/cli_pipe.c')
-rw-r--r--source3/rpc_client/cli_pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c
index 1b049de4c0..e4e2bfe17f 100644
--- a/source3/rpc_client/cli_pipe.c
+++ b/source3/rpc_client/cli_pipe.c
@@ -1620,7 +1620,7 @@ static bool check_bind_response(const struct dcerpc_bind_ack *r,
if (r->num_results != 0x1 || ctx.result != 0) {
DEBUG(2,("bind_rpc_pipe: bind denied results: %d reason: %x\n",
- r->num_results, ctx.reason));
+ r->num_results, ctx.reason.value));
}
DEBUG(5,("check_bind_response: accepted!\n"));