summaryrefslogtreecommitdiffstats
path: root/source/smbd/chgpasswd.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-10-05 09:38:49 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:11 -0500
commite99696c97052d4ba962e11fcb7b6ea530350913d (patch)
treea0a2e9d245bf4ac92f351cd830de559889cc850f /source/smbd/chgpasswd.c
parent6db1f57f45bf0b382572aec72dda29657c4a5c3f (diff)
downloadsamba-e99696c97052d4ba962e11fcb7b6ea530350913d.tar.gz
samba-e99696c97052d4ba962e11fcb7b6ea530350913d.tar.xz
samba-e99696c97052d4ba962e11fcb7b6ea530350913d.zip
r19094: Fix debug statement.
Guenther
Diffstat (limited to 'source/smbd/chgpasswd.c')
-rw-r--r--source/smbd/chgpasswd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/chgpasswd.c b/source/smbd/chgpasswd.c
index 0b8dbfb492b..7c6886b81c9 100644
--- a/source/smbd/chgpasswd.c
+++ b/source/smbd/chgpasswd.c
@@ -1029,7 +1029,7 @@ NTSTATUS change_oem_password(struct samu *hnd, char *old_passwd, char *new_passw
/* 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;
}