]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3/libsmb: Fix typo in error message.
authorKarolin Seeger <kseeger@samba.org>
Wed, 17 Jun 2009 08:23:21 +0000 (10:23 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 17 Jun 2009 08:34:27 +0000 (10:34 +0200)
Thanks to Herb Lewis <hlewis [at] panasas.com> for noticing!

Karolin
(cherry picked from commit 095f66b0ed74d4b5c7561ca05bbfdf33f60d0600)

source/libsmb/passchange.c

index b662b449611d47ac971dd3f80fa5a45f33c2af3d..299d98d1d8891421c49959c6a9ae8e7e405d5758 100644 (file)
@@ -186,7 +186,7 @@ NTSTATUS remote_password_change(const char *remote_machine, const char *user_nam
                } else {
                        if (asprintf(err_str, "SAMR connection to machine %s "
                                 "failed. Error was %s, but LANMAN password "
-                                "changed are disabled\n",
+                                "changes are disabled\n",
                                 remote_machine, nt_errstr(result)) == -1) {
                                *err_str = NULL;
                        }