[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-700-g7f6593c

Michael Adam obnox at samba.org
Mon Dec 17 22:45:38 GMT 2007


The branch, v3-2-test has been updated
       via  7f6593cddef048dd05140b05d306c708d8134f0e (commit)
      from  e940537d5be870ae622712a3b76dff891739df8c (commit)

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


- Log -----------------------------------------------------------------
commit 7f6593cddef048dd05140b05d306c708d8134f0e
Author: Michael Adam <obnox at samba.org>
Date:   Mon Dec 17 23:02:39 2007 +0100

    Do not close netlogon pipe in get_schannel_session_key_common().
    
    This removes one forgotten call of cli_rpc_pipe_close(netlogon_pipe).
    Correction of e77c4022cfbb868e608edcb06b676658b0e201ad.
    
    Michael

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

Summary of changes:
 source/rpc_client/cli_pipe.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/rpc_client/cli_pipe.c b/source/rpc_client/cli_pipe.c
index f61ea95..5a4ccf4 100644
--- a/source/rpc_client/cli_pipe.c
+++ b/source/rpc_client/cli_pipe.c
@@ -2466,7 +2466,6 @@ static bool get_schannel_session_key_common(struct rpc_pipe_client *netlogon_pip
 	if (((*pneg_flags) & NETLOGON_NEG_SCHANNEL) == 0) {
 		DEBUG(3, ("get_schannel_session_key: Server %s did not offer schannel\n",
 			cli->desthost));
-		cli_rpc_pipe_close(netlogon_pipe);
 		*perr = NT_STATUS_INVALID_NETWORK_RESPONSE;
 		return false;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list