From: Karolin Seeger Date: Wed, 17 Jun 2009 08:23:21 +0000 (+0200) Subject: s3/libsmb: Fix typo in error message. X-Git-Tag: samba-4.0.0alpha8~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=095f66b0;p=thirdparty%2Fsamba.git s3/libsmb: Fix typo in error message. Thanks to Herb Lewis for noticing! Karolin --- diff --git a/source3/libsmb/passchange.c b/source3/libsmb/passchange.c index 7747062d4b3..7f0389f132d 100644 --- a/source3/libsmb/passchange.c +++ b/source3/libsmb/passchange.c @@ -196,7 +196,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; }