summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_schannel.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-10-30 11:48:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:05 -0500
commiteb3b2568641759c0b5a4e121c75102e96af7e683 (patch)
treee1b5395fc3b6fb0b979d2ff035070e70e9eef160 /source4/librpc/rpc/dcerpc_schannel.c
parent173dda6bf4db2faf29a1845ce2b1028105511dab (diff)
downloadsamba-eb3b2568641759c0b5a4e121c75102e96af7e683.tar.gz
samba-eb3b2568641759c0b5a4e121c75102e96af7e683.tar.bz2
samba-eb3b2568641759c0b5a4e121c75102e96af7e683.zip
r3392: fixed schannel over ncalrpc
(This used to be commit 0b93be9f5f89ef17f94e8e98c3a405495e04e235)
Diffstat (limited to 'source4/librpc/rpc/dcerpc_schannel.c')
-rw-r--r--source4/librpc/rpc/dcerpc_schannel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/librpc/rpc/dcerpc_schannel.c b/source4/librpc/rpc/dcerpc_schannel.c
index f53d77647a..b7eac60dbc 100644
--- a/source4/librpc/rpc/dcerpc_schannel.c
+++ b/source4/librpc/rpc/dcerpc_schannel.c
@@ -362,6 +362,9 @@ static NTSTATUS dcerpc_schannel_key(struct dcerpc_pipe *p,
DCERPC_NETLOGON_NAME,
DCERPC_NETLOGON_UUID,
DCERPC_NETLOGON_VERSION);
+ if (!NT_STATUS_IS_OK(status)) {
+ return status;
+ }
/*