svn commit: samba r13469 - in trunk/source/smbd: .

vlendec at samba.org vlendec at samba.org
Sun Feb 12 12:29:03 GMT 2006


Author: vlendec
Date: 2006-02-12 12:29:03 +0000 (Sun, 12 Feb 2006)
New Revision: 13469

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

Log:
fix a comment
Modified:
   trunk/source/smbd/chgpasswd.c


Changeset:
Modified: trunk/source/smbd/chgpasswd.c
===================================================================
--- trunk/source/smbd/chgpasswd.c	2006-02-12 12:26:51 UTC (rev 13468)
+++ trunk/source/smbd/chgpasswd.c	2006-02-12 12:29:03 UTC (rev 13469)
@@ -1067,7 +1067,7 @@
 
 	pass = Get_Pwnam(username);
 	if (!pass) {
-		DEBUG(1, ("check_oem_password: Username %s does not exist in system !?!\n", username));
+		DEBUG(1, ("change_oem_password: Username %s does not exist in system !?!\n", username));
 		return NT_STATUS_ACCESS_DENIED;
 	}
 



More information about the samba-cvs mailing list