The Samba-Bugzilla – Attachment 4937 Details for
Bug 6697
interdomain trusts broken with w2k8r2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
make sure cli_rpc_pipe_open_schannel() does not always return NT_STATUS_OK.
patch2 (text/plain), 1.06 KB, created by
Guenther Deschner
on 2009-11-10 09:11:19 UTC
(
hide
)
Description:
make sure cli_rpc_pipe_open_schannel() does not always return NT_STATUS_OK.
Filename:
MIME Type:
Creator:
Guenther Deschner
Created:
2009-11-10 09:11:19 UTC
Size:
1.06 KB
patch
obsolete
>From 10088a3c280e685bd618034642cc3b6c3bbad8c8 Mon Sep 17 00:00:00 2001 >From: =?utf-8?q?G=C3=BCnther=20Deschner?= <gd@samba.org> >Date: Tue, 10 Nov 2009 13:10:12 +0100 >Subject: [PATCH] s3-rpc_client: make sure cli_rpc_pipe_open_schannel() does not always return NT_STATUS_OK. > >Guenther >--- > source/rpc_client/cli_pipe.c | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > >diff --git a/source/rpc_client/cli_pipe.c b/source/rpc_client/cli_pipe.c >index 6a5802e..88bd4be 100644 >--- a/source/rpc_client/cli_pipe.c >+++ b/source/rpc_client/cli_pipe.c >@@ -3372,6 +3372,8 @@ NTSTATUS cli_rpc_pipe_open_schannel(struct cli_state *cli, > struct rpc_pipe_client *result = NULL; > NTSTATUS status; > >+ *presult = NULL; >+ > status = get_schannel_session_key(cli, domain, &neg_flags, > &netlogon_pipe); > if (!NT_STATUS_IS_OK(status)) { >@@ -3392,7 +3394,7 @@ NTSTATUS cli_rpc_pipe_open_schannel(struct cli_state *cli, > *presult = result; > } > >- return NT_STATUS_OK; >+ return status; > } > > /**************************************************************************** >-- >1.6.2.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
metze
:
review+
Actions:
View
Attachments on
bug 6697
:
4658
|
4936
| 4937