1
0
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:
Luke Leighton 0001-01-01 00:00:00 +00:00
parent fcfb40d2b0
commit b9e728a97b

View File

@ -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"));
}
}