diff options
author | Jeremy Allison <jra@samba.org> | 2006-02-27 18:45:44 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2006-02-27 18:45:44 +0000 |
commit | ee017f1484970474f509daadad4c10eb8104d5ee (patch) | |
tree | 4dd0a8f0a43a60d3355c845097f83c79b3c27321 /source/rpc_client | |
parent | 571e931fffd04696c7227706d6188048765279dc (diff) | |
download | samba-ee017f1484970474f509daadad4c10eb8104d5ee.tar.gz samba-ee017f1484970474f509daadad4c10eb8104d5ee.tar.xz samba-ee017f1484970474f509daadad4c10eb8104d5ee.zip |
r13722: Ensure we use the correct enumerated type. Bug #3558
from jason@ncac.gwu.edu.
Jeremy.
Diffstat (limited to 'source/rpc_client')
-rw-r--r-- | source/rpc_client/cli_pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpc_client/cli_pipe.c b/source/rpc_client/cli_pipe.c index 23cc6af114b..d3db77b3cf3 100644 --- a/source/rpc_client/cli_pipe.c +++ b/source/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, |