summaryrefslogtreecommitdiff
path: root/source3/include/rpc_dce.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-24 18:21:18 +0100
committerSimo Sorce <idra@samba.org>2010-07-07 23:45:51 -0400
commit5aabd9af8e2abe0eafcafbba60a10ce9102d77c4 (patch)
treeb80b586c76a32934722778b42ef73211ebda845c /source3/include/rpc_dce.h
parentdc6e0cedfcdd7ca0d9b7a13ecbc3e8520ddcc8f0 (diff)
downloadsamba-5aabd9af8e2abe0eafcafbba60a10ce9102d77c4.tar.gz
samba-5aabd9af8e2abe0eafcafbba60a10ce9102d77c4.tar.bz2
samba-5aabd9af8e2abe0eafcafbba60a10ce9102d77c4.zip
s3-dcerpc: use dcerpc_push_ncacn_packet() for create_bind_or_alt_ctx_internal().
Guenther Signed-off-by: Simo Sorce <idra@samba.org>
Diffstat (limited to 'source3/include/rpc_dce.h')
-rw-r--r--source3/include/rpc_dce.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/rpc_dce.h b/source3/include/rpc_dce.h
index 3fd833c0bd..37015ebb96 100644
--- a/source3/include/rpc_dce.h
+++ b/source3/include/rpc_dce.h
@@ -129,7 +129,7 @@ typedef struct rpc_bind_req_info {
*/
#define RPC_HDR_RB_LEN(rpc_hdr_rb) (RPC_HDR_BBA_LEN + 4 + \
- ((rpc_hdr_rb)->num_contexts) * (4 + RPC_IFACE_LEN + (((rpc_hdr_rb)->rpc_context->num_transfer_syntaxes)*RPC_IFACE_LEN)))
+ ((rpc_hdr_rb)->num_contexts) * (4 + RPC_IFACE_LEN + (((rpc_hdr_rb)->ctx_list->num_transfer_syntaxes)*RPC_IFACE_LEN)))
/* RPC_RESULTS - can only cope with one reason, right now... */
typedef struct rpc_results_info {