svn commit: samba r19094 - in branches/SAMBA_3_0/source/smbd: .

gd at samba.org gd at samba.org
Thu Oct 5 09:38:49 GMT 2006


Author: gd
Date: 2006-10-05 09:38:49 +0000 (Thu, 05 Oct 2006)
New Revision: 19094

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

Log:
Fix debug statement.

Guenther

Modified:
   branches/SAMBA_3_0/source/smbd/chgpasswd.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/chgpasswd.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/chgpasswd.c	2006-10-05 09:15:37 UTC (rev 19093)
+++ branches/SAMBA_3_0/source/smbd/chgpasswd.c	2006-10-05 09:38:49 UTC (rev 19094)
@@ -1029,7 +1029,7 @@
 
 	/* check to see if the secdesc has previously been set to disallow */
 	if (!pdb_get_pass_can_change(hnd)) {
-		DEBUG(1, ("user %s does not have permissions to change password\n"));
+		DEBUG(1, ("user %s does not have permissions to change password\n", username));
 		if (samr_reject_reason) {
 			*samr_reject_reason = REJECT_REASON_OTHER;
 		}



More information about the samba-cvs mailing list