diff options
author | Luke Leighton <lkcl@samba.org> | 1998-10-19 20:10:33 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-10-19 20:10:33 +0000 |
commit | ef234c67d5da10e4eca6870855983f010f2f01b0 (patch) | |
tree | 30c0f71a1a91bc63acb00a6591d839d6e2eda6f5 | |
parent | 41e97c33abf0eadf3c2d185b0e30e3ae4e9612c9 (diff) | |
download | samba-ef234c67d5da10e4eca6870855983f010f2f01b0.tar.gz samba-ef234c67d5da10e4eca6870855983f010f2f01b0.tar.bz2 samba-ef234c67d5da10e4eca6870855983f010f2f01b0.zip |
oops
(This used to be commit 7f8dfedfc0933713ab7d6de0763f8776e5805e27)
-rw-r--r-- | source3/rpcclient/cmd_samr.c | 4 |
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"); } } |