1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-04 08:23:50 +03:00

r13722: Ensure we use the correct enumerated type. Bug #3558

from jason@ncac.gwu.edu.
Jeremy.
This commit is contained in:
Jeremy Allison
2006-02-27 18:45:44 +00:00
committed by Gerald (Jerry) Carter
parent 30f2fdef79
commit 00f8b4e1aa

View File

@@ -1090,7 +1090,7 @@ static NTSTATUS create_schannel_auth_rpc_bind_req( struct rpc_pipe_client *cli,
Creates the internals of a DCE/RPC bind request or alter context PDU.
********************************************************************/
static NTSTATUS create_bind_or_alt_ctx_internal(uint8 pkt_type,
static NTSTATUS create_bind_or_alt_ctx_internal(enum RPC_PKT_TYPE pkt_type,
prs_struct *rpc_out,
uint32 rpc_call_id,
RPC_IFACE *abstract,