From 6de37ee5f5d015904e650df3112cf725ab0f1cb8 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 6 Oct 2005 17:43:18 +0000 Subject: r10780: Fix typo noticed by Volker. Jeremy. (This used to be commit 76408ddd5bec22bbbee2236101bf65b407d2c664) --- source3/rpc_client/cli_pipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index 0a2e664489..2e6f42b0e6 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -2575,7 +2575,7 @@ static struct rpc_pipe_client *get_schannel_session_key_auth_ntlmssp(struct cli_ uses an ntlmssp bind to get the session key. ****************************************************************************/ -struct rpc_pipe_client *cli_rpc_pipe_open_ntlmttp_auth_schannel(struct cli_state *cli, +struct rpc_pipe_client *cli_rpc_pipe_open_ntlmssp_auth_schannel(struct cli_state *cli, int pipe_idx, enum pipe_auth_level auth_level, const char *domain, -- cgit