s3/libsmb: Fix typo in error message.
authorKarolin Seeger <kseeger@samba.org>
Wed, 17 Jun 2009 08:38:40 +0000 (10:38 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 10 Aug 2009 15:58:12 +0000 (17:58 +0200)
Thanks to Herb Lewis <hlewis [at] panasas.com> for noticing!

Was commit 095f66b0 in master.

Karolin
(cherry picked from commit 0839aeb2c583272b041c5a3ebe762c33bc8245f4)

source/libsmb/passchange.c

index 468750f8012a78627e209035d4287607b097b6ab..8e01eeb3ec879a68b3c8b1153667d990d7e1832e 100644 (file)
@@ -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);