From: Karolin Seeger Date: Wed, 17 Jun 2009 08:38:40 +0000 (+0200) Subject: s3/libsmb: Fix typo in error message. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0839aeb2c583272b041c5a3ebe762c33bc8245f4;p=thirdparty%2Fsamba.git s3/libsmb: Fix typo in error message. Thanks to Herb Lewis for noticing! Was commit 095f66b0 in master. Karolin --- diff --git a/source/libsmb/passchange.c b/source/libsmb/passchange.c index 468750f8012..8e01eeb3ec8 100644 --- a/source/libsmb/passchange.c +++ b/source/libsmb/passchange.c @@ -169,7 +169,7 @@ NTSTATUS remote_password_change(const char *remote_machine, const char *user_nam } else { asprintf(err_str, "SAMR connection to machine %s " "failed. Error was %s, but LANMAN password " - "changed are disabled\n", + "changes are disabled\n", nt_errstr(result), remote_machine); result = cli_nt_error(cli); cli_shutdown(cli);