]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3/libsmb: Fix debug message.
authorKarolin Seeger <kseeger@samba.org>
Mon, 15 Jun 2009 06:33:22 +0000 (08:33 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 15 Jun 2009 06:47:12 +0000 (08:47 +0200)
This fixes bug #6472.

Karolin

Signed-off-by: Volker Lendecke <vl@samba.org>
Was commit f92269a6 in master.

source/libsmb/passchange.c

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