summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_schannel.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-07-09 12:26:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:54 -0500
commitb119ebeab0699910f717384591903651d0621886 (patch)
tree73fe119f7479de2e8f3ded246278f1f6693d9e3a /source4/librpc/rpc/dcerpc_schannel.c
parentbdb0b60861dd2c352dd30ff1c1822c57ce304d0f (diff)
downloadsamba-b119ebeab0699910f717384591903651d0621886.tar.gz
samba-b119ebeab0699910f717384591903651d0621886.tar.bz2
samba-b119ebeab0699910f717384591903651d0621886.zip
r1419: spnego inside of dcerpc using alter_context/alter_context_resp
instead of auth3 metze (This used to be commit 19b0567ee533744a0f2778bf8549636a25d96526)
Diffstat (limited to 'source4/librpc/rpc/dcerpc_schannel.c')
-rw-r--r--source4/librpc/rpc/dcerpc_schannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc_schannel.c b/source4/librpc/rpc/dcerpc_schannel.c
index ffe60b1bae..73d27cdfa9 100644
--- a/source4/librpc/rpc/dcerpc_schannel.c
+++ b/source4/librpc/rpc/dcerpc_schannel.c
@@ -476,7 +476,7 @@ NTSTATUS dcerpc_bind_auth_schannel(struct dcerpc_pipe *p,
return status;
}
- status = dcerpc_bind_auth(p, DCERPC_AUTH_TYPE_SCHANNEL,
+ status = dcerpc_bind_auth3(p, DCERPC_AUTH_TYPE_SCHANNEL,
uuid, version);
if (!NT_STATUS_IS_OK(status)) {