svn commit: samba r10779 - in trunk/source/rpc_client: .

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


Author: jra
Date: 2005-10-06 17:42:42 +0000 (Thu, 06 Oct 2005)
New Revision: 10779

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

Log:
Fix typo noticed by Volker.
Jeremy.

Modified:
   trunk/source/rpc_client/cli_pipe.c


Changeset:
Modified: trunk/source/rpc_client/cli_pipe.c
===================================================================
--- trunk/source/rpc_client/cli_pipe.c	2005-10-06 16:51:10 UTC (rev 10778)
+++ trunk/source/rpc_client/cli_pipe.c	2005-10-06 17:42:42 UTC (rev 10779)
@@ -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