diff options
author | Jeremy Allison <jra@samba.org> | 2005-10-06 17:43:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:04:53 -0500 |
commit | 6de37ee5f5d015904e650df3112cf725ab0f1cb8 (patch) | |
tree | 456f31391f1473f251a3da60fdb4ef6dd2a959bf /source3/rpc_client | |
parent | 20d36c1c8d84731d0e78fdcb723c3330095ed5de (diff) | |
download | samba-6de37ee5f5d015904e650df3112cf725ab0f1cb8.tar.gz samba-6de37ee5f5d015904e650df3112cf725ab0f1cb8.tar.bz2 samba-6de37ee5f5d015904e650df3112cf725ab0f1cb8.zip |
r10780: Fix typo noticed by Volker.
Jeremy.
(This used to be commit 76408ddd5bec22bbbee2236101bf65b407d2c664)
Diffstat (limited to 'source3/rpc_client')
-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 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, |