summaryrefslogtreecommitdiff
path: root/source3/rpc_client/rpc_client.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-01-05 08:12:45 +0100
committerStefan Metzmacher <metze@samba.org>2014-01-07 02:24:41 +0100
commit6ab9164c74e0ad57bdde8abb568953026b644e27 (patch)
treedfccd6f83a2feece64b948ee8e89479bdbb227a0 /source3/rpc_client/rpc_client.h
parentf0532fe0cd69aeb161088ca990d376f119102e61 (diff)
downloadsamba-6ab9164c74e0ad57bdde8abb568953026b644e27.tar.gz
s3:rpc_client: send a dcerpc_sec_verification_trailer if needed
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Jan 7 02:24:42 CET 2014 on sn-devel-104
Diffstat (limited to 'source3/rpc_client/rpc_client.h')
-rw-r--r--source3/rpc_client/rpc_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/rpc_client/rpc_client.h b/source3/rpc_client/rpc_client.h
index 6561b28b7c1..8024f018215 100644
--- a/source3/rpc_client/rpc_client.h
+++ b/source3/rpc_client/rpc_client.h
@@ -39,6 +39,7 @@ struct rpc_pipe_client {
struct ndr_syntax_id abstract_syntax;
struct ndr_syntax_id transfer_syntax;
+ bool verified_pcontext;
char *desthost;
char *srv_name_slash;