1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00
(This used to be commit 7f8dfedfc0933713ab7d6de0763f8776e5805e27)
This commit is contained in:
Luke Leighton 1998-10-19 20:10:33 +00:00
parent 41e97c33ab
commit ef234c67d5

View File

@ -106,11 +106,11 @@ void cmd_sam_ntchange_pwd(struct client_info *info)
if (res)
{
fprintf(out_hnd, "NT Password changed OK\n"));
fprintf(out_hnd, "NT Password changed OK\n");
}
else
{
fprintf(out_hnd, "NT Password change FAILED\n"));
fprintf(out_hnd, "NT Password change FAILED\n");
}
}