1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
(This used to be commit 7f8dfedfc0)
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");
}
}