r10780: Fix typo noticed by Volker.
authorJeremy Allison <jra@samba.org>
Thu, 6 Oct 2005 17:43:18 +0000 (17:43 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:04:53 +0000 (11:04 -0500)
Jeremy.
(This used to be commit 76408ddd5bec22bbbee2236101bf65b407d2c664)

source3/rpc_client/cli_pipe.c

index 0a2e66448950510f101e6ce189dee030e6832aeb..2e6f42b0e692890b8b3ff5780f8cfbe6aa0ef0fb 100644 (file)
@@ -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,