r13722: Ensure we use the correct enumerated type. Bug #3558
authorJeremy Allison <jra@samba.org>
Mon, 27 Feb 2006 18:45:44 +0000 (18:45 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:10:50 +0000 (11:10 -0500)
from jason@ncac.gwu.edu.
Jeremy.
(This used to be commit 00f8b4e1aa44904c91af8eb6ac4c3f196986c339)

source3/rpc_client/cli_pipe.c

index 23cc6af114b98f7fdeccf47f174f7587179ae3af..d3db77b3cf3f1c445489e7c3acaa9d1c5331fd5b 100644 (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,