svn commit: samba r11825 - in branches/SAMBA_4_0/source/winbind: .

vlendec at samba.org vlendec at samba.org
Mon Nov 21 10:28:55 GMT 2005


Author: vlendec
Date: 2005-11-21 10:28:54 +0000 (Mon, 21 Nov 2005)
New Revision: 11825

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

Log:
Fix a debug msg
Modified:
   branches/SAMBA_4_0/source/winbind/wb_pam_auth.c


Changeset:
Modified: branches/SAMBA_4_0/source/winbind/wb_pam_auth.c
===================================================================
--- branches/SAMBA_4_0/source/winbind/wb_pam_auth.c	2005-11-21 09:54:02 UTC (rev 11824)
+++ branches/SAMBA_4_0/source/winbind/wb_pam_auth.c	2005-11-21 10:28:54 UTC (rev 11825)
@@ -324,7 +324,7 @@
 		flags |= CLI_CRED_NTLMv2_AUTH;
 	}
 
-	DEBUG(5, ("wbsrv_samba3_pam_auth_crap called\n"));
+	DEBUG(5, ("wbsrv_samba3_pam_auth called\n"));
 
 	credentials = cli_credentials_init(mem_ctx);
 	if (!credentials) {



More information about the samba-cvs mailing list