svn commit: samba r11617 - in branches/SAMBA_3_0/source/rpc_server: .

jerry at samba.org jerry at samba.org
Wed Nov 9 19:37:13 GMT 2005


Author: jerry
Date: 2005-11-09 19:37:13 +0000 (Wed, 09 Nov 2005)
New Revision: 11617

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

Log:
fix typo
Modified:
   branches/SAMBA_3_0/source/rpc_server/srv_netlog_nt.c


Changeset:
Modified: branches/SAMBA_3_0/source/rpc_server/srv_netlog_nt.c
===================================================================
--- branches/SAMBA_3_0/source/rpc_server/srv_netlog_nt.c	2005-11-09 19:36:33 UTC (rev 11616)
+++ branches/SAMBA_3_0/source/rpc_server/srv_netlog_nt.c	2005-11-09 19:37:13 UTC (rev 11617)
@@ -633,7 +633,7 @@
 
 	/* checks and updates credentials.  creates reply credentials */
 	if (!creds_server_step(p->dc, &q_u->sam_id.client.cred,  &r_u->srv_creds)) {
-		DEBUG(0,("_net_sam_logoff: creds_server_step failed. Rejecting auth "
+		DEBUG(0,("_net_sam_logon: creds_server_step failed. Rejecting auth "
 			"request from client %s machine account %s\n",
 			p->dc->remote_machine, p->dc->mach_acct ));
 		return NT_STATUS_ACCESS_DENIED;



More information about the samba-cvs mailing list