summaryrefslogtreecommitdiff
path: root/source3/rpcclient
diff options
context:
space:
mode:
Diffstat (limited to 'source3/rpcclient')
-rw-r--r--source3/rpcclient/cmd_samr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpcclient/cmd_samr.c b/source3/rpcclient/cmd_samr.c
index efb1bcf974..69e29f032a 100644
--- a/source3/rpcclient/cmd_samr.c
+++ b/source3/rpcclient/cmd_samr.c
@@ -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");
}
}