[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-1105-g7b0826a

Jeremy Allison jra at samba.org
Sat Jan 5 08:53:56 GMT 2008


The branch, v3-2-test has been updated
       via  7b0826aeec284fb129dc1101a5eae2ca96c7cfb6 (commit)
      from  757653966fc1384159bd2d57c5670cd8af0cae96 (commit)

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


- Log -----------------------------------------------------------------
commit 7b0826aeec284fb129dc1101a5eae2ca96c7cfb6
Author: Jeremy Allison <jra at samba.org>
Date:   Sat Jan 5 00:41:48 2008 -0800

    Fix args to cli_force_encryption.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source/utils/net.c b/source/utils/net.c
index 5931609..586ea2f 100644
--- a/source/utils/net.c
+++ b/source/utils/net.c
@@ -202,8 +202,7 @@ NTSTATUS connect_to_service(struct cli_state **c,
 		nt_status = cli_force_encryption(*c,
 					opt_user_name,
 					opt_password,
-					opt_workgroup,
-					service_name);
+					opt_workgroup);
 
 		if (NT_STATUS_EQUAL(nt_status,NT_STATUS_NOT_SUPPORTED)) {
 			d_printf("Encryption required and "


-- 
Samba Shared Repository


More information about the samba-cvs mailing list