summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-06-17 10:38:40 +0200
committerKarolin Seeger <kseeger@samba.org>2009-06-17 10:38:40 +0200
commit0839aeb2c583272b041c5a3ebe762c33bc8245f4 (patch)
tree1568c60760d28eb7c2fe9aeff046caa00cb08c95
parent57a019524d0d2bd434ac7382ed355f69c510ff14 (diff)
downloadsamba-0839aeb2c583272b041c5a3ebe762c33bc8245f4.tar.gz
samba-0839aeb2c583272b041c5a3ebe762c33bc8245f4.tar.xz
samba-0839aeb2c583272b041c5a3ebe762c33bc8245f4.zip
s3/libsmb: Fix typo in error message.
Thanks to Herb Lewis <hlewis [at] panasas.com> for noticing! Was commit 095f66b0 in master. Karolin
-rw-r--r--source/libsmb/passchange.c2
1 files changed, 1 insertions, 1 deletions
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);