svn commit: samba r10780 - in branches/SAMBA_3_0/source/rpc_client: .

jra at samba.org jra at samba.org
Thu Oct 6 17:43:19 GMT 2005


Author: jra
Date: 2005-10-06 17:43:18 +0000 (Thu, 06 Oct 2005)
New Revision: 10780

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10780

Log:
Fix typo noticed by Volker.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/rpc_client/cli_pipe.c


Changeset:
Modified: branches/SAMBA_3_0/source/rpc_client/cli_pipe.c
===================================================================
--- branches/SAMBA_3_0/source/rpc_client/cli_pipe.c	2005-10-06 17:42:42 UTC (rev 10779)
+++ branches/SAMBA_3_0/source/rpc_client/cli_pipe.c	2005-10-06 17:43:18 UTC (rev 10780)
@@ -2575,7 +2575,7 @@
  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,



More information about the samba-cvs mailing list