From ef234c67d5da10e4eca6870855983f010f2f01b0 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Mon, 19 Oct 1998 20:10:33 +0000 Subject: oops (This used to be commit 7f8dfedfc0933713ab7d6de0763f8776e5805e27) --- source3/rpcclient/cmd_samr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') 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"); } } -- cgit