git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e940537
)
Do not close netlogon pipe in get_schannel_session_key_common().
author
Michael Adam
<obnox@samba.org>
Mon, 17 Dec 2007 22:02:39 +0000
(23:02 +0100)
committer
Michael Adam
<obnox@samba.org>
Mon, 17 Dec 2007 22:27:53 +0000
(23:27 +0100)
This removes one forgotten call of cli_rpc_pipe_close(netlogon_pipe).
Correction of
e77c4022cfbb868e608edcb06b676658b0e201ad
.
Michael
source/rpc_client/cli_pipe.c
patch
|
blob
|
history
diff --git
a/source/rpc_client/cli_pipe.c
b/source/rpc_client/cli_pipe.c
index f61ea95d042e02fe31cdc119c1b265ffc9cc505b..5a4ccf4f0294b6c86e7215c0f93ea0697008f557 100644
(file)
--- 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;
}