[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-1903-gc0ebdb5

Günther Deschner gd at samba.org
Tue Feb 5 12:24:41 GMT 2008


The branch, v3-2-test has been updated
       via  c0ebdb555d0ef04d49bb88c312b52bd1b0398f82 (commit)
      from  47dd4baae7f6c4f78ef058eabba9ac4e9d8151f5 (commit)

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


- Log -----------------------------------------------------------------
commit c0ebdb555d0ef04d49bb88c312b52bd1b0398f82
Author: Günther Deschner <gd at samba.org>
Date:   Tue Feb 5 13:23:56 2008 +0100

    Use SAMR_CONNECT_W2K for samr_Connect4 in rpcclient.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source/rpcclient/cmd_samr.c b/source/rpcclient/cmd_samr.c
index 4ea436d..332a67e 100644
--- a/source/rpcclient/cmd_samr.c
+++ b/source/rpcclient/cmd_samr.c
@@ -335,7 +335,7 @@ static NTSTATUS try_samr_connects(struct rpc_pipe_client *cli, TALLOC_CTX *mem_c
 
 	result = rpccli_samr_Connect4(cli, mem_ctx,
 				      cli->cli->desthost,
-				      2, /* unknown */
+				      SAMR_CONNECT_W2K,
 				      access_mask,
 				      connect_pol);
 	if (!NT_STATUS_IS_OK(result)) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list