summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_util.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-09-17 09:09:48 -0700
committerAndrew Tridgell <tridge@samba.org>2009-09-17 15:19:27 -0700
commitc9b0b89cc06531cb57f89b9f98d33d6e0c300957 (patch)
treee09108a31dae6fa1cef5b7337a6ff1233d3a0443 /source4/librpc/rpc/dcerpc_util.c
parent056cbf7f816a6d01bc0ef3105eca43b4aeee9116 (diff)
downloadsamba-c9b0b89cc06531cb57f89b9f98d33d6e0c300957.tar.gz
samba-c9b0b89cc06531cb57f89b9f98d33d6e0c300957.tar.bz2
samba-c9b0b89cc06531cb57f89b9f98d33d6e0c300957.zip
s4-rpc: added NDR64 support
This adds support for the nd464 binding string option
Diffstat (limited to 'source4/librpc/rpc/dcerpc_util.c')
-rw-r--r--source4/librpc/rpc/dcerpc_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc_util.c b/source4/librpc/rpc/dcerpc_util.c
index 4524673449..86c91535e7 100644
--- a/source4/librpc/rpc/dcerpc_util.c
+++ b/source4/librpc/rpc/dcerpc_util.c
@@ -736,7 +736,7 @@ _PUBLIC_ NTSTATUS dcerpc_secondary_context(struct dcerpc_pipe *p,
p2->syntax = table->syntax_id;
- p2->transfer_syntax = ndr_transfer_syntax;
+ p2->transfer_syntax = p->transfer_syntax;
p2->binding = talloc_reference(p2, p->binding);