diff options
author | Jeremy Allison <jra@samba.org> | 2006-02-27 18:45:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:10:50 -0500 |
commit | 7f59c7fcd627d8ca5ff801266967c165465b2611 (patch) | |
tree | f26d853f18eead889a78242417548328e914dca5 /source3/rpc_client/cli_pipe.c | |
parent | 8b1d9b7a6db4fec9dcc2c9e02d69f45ae1e5c60e (diff) | |
download | samba-7f59c7fcd627d8ca5ff801266967c165465b2611.tar.gz samba-7f59c7fcd627d8ca5ff801266967c165465b2611.tar.xz samba-7f59c7fcd627d8ca5ff801266967c165465b2611.zip |
r13722: Ensure we use the correct enumerated type. Bug #3558
from jason@ncac.gwu.edu.
Jeremy.
(This used to be commit 00f8b4e1aa44904c91af8eb6ac4c3f196986c339)
Diffstat (limited to 'source3/rpc_client/cli_pipe.c')
-rw-r--r-- | source3/rpc_client/cli_pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index 23cc6af114b..d3db77b3cf3 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -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, |