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

Günther Deschner gd at samba.org
Sat Mar 15 11:57:04 GMT 2008


The branch, v3-2-test has been updated
       via  e12721f73db72b99aa0e4be35c51aa8636eb3f59 (commit)
      from  f18a80575921a241c7243c5af5a0101a2956ff17 (commit)

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


- Log -----------------------------------------------------------------
commit e12721f73db72b99aa0e4be35c51aa8636eb3f59
Author: Günther Deschner <gd at samba.org>
Date:   Sat Mar 15 12:55:17 2008 +0100

    Fix typo.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source/utils/net_rpc_join.c b/source/utils/net_rpc_join.c
index 8259ec4..45c0fe5 100644
--- a/source/utils/net_rpc_join.c
+++ b/source/utils/net_rpc_join.c
@@ -485,7 +485,7 @@ int net_rpc_testjoin(int argc, const char **argv)
 	nt_status = net_rpc_join_ok(domain, NULL, NULL);
 	if (!NT_STATUS_IS_OK(nt_status)) {
 		fprintf(stderr,"Join to domain '%s' is not valid: %s\n",
-			nt_errstr(nt_status), domain);
+			domain, nt_errstr(nt_status));
 		free(domain);
 		return -1;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list