[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-5297-g7108ebb

Karolin Seeger kseeger at samba.org
Mon Jun 15 06:47:49 GMT 2009


The branch, v3-3-test has been updated
       via  7108ebb87902f3b5d2c43ba95d557278ad8e120f (commit)
      from  966a51da8998cfd15875ba047b7f765c84b914dd (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 7108ebb87902f3b5d2c43ba95d557278ad8e120f
Author: Karolin Seeger <kseeger at samba.org>
Date:   Mon Jun 15 08:33:22 2009 +0200

    s3/libsmb: Fix debug message.
    
    This fixes bug #6472.
    
    Karolin
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    
    Was commit f92269a6 in master.

-----------------------------------------------------------------------

Summary of changes:
 source/libsmb/passchange.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/libsmb/passchange.c b/source/libsmb/passchange.c
index c7140a9..b662b44 100644
--- a/source/libsmb/passchange.c
+++ b/source/libsmb/passchange.c
@@ -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);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list