diff options
author | Günther Deschner <gd@samba.org> | 2009-03-24 18:21:18 +0100 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-07 23:45:51 -0400 |
commit | 5aabd9af8e2abe0eafcafbba60a10ce9102d77c4 (patch) | |
tree | b80b586c76a32934722778b42ef73211ebda845c /source3/include/rpc_dce.h | |
parent | dc6e0cedfcdd7ca0d9b7a13ecbc3e8520ddcc8f0 (diff) | |
download | samba-5aabd9af8e2abe0eafcafbba60a10ce9102d77c4.tar.gz |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/rpc_dce.h b/source3/include/rpc_dce.h index 3fd833c0bda..37015ebb96d 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 { |