mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
output password change messages instead of debug message.
This commit is contained in:
parent
fcfb40d2b0
commit
b9e728a97b
@ -106,11 +106,11 @@ void cmd_sam_ntchange_pwd(struct client_info *info)
|
||||
|
||||
if (res)
|
||||
{
|
||||
DEBUG(5,("cmd_sam_ntpasswd_chg: succeeded\n"));
|
||||
fprintf(out_hnd, "NT Password changed OK\n"));
|
||||
}
|
||||
else
|
||||
{
|
||||
DEBUG(5,("cmd_sam_ntpasswd_chg: failed\n"));
|
||||
fprintf(out_hnd, "NT Password change FAILED\n"));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user