1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00

we can close the netlogon pipe used to setup the schannel session key

as soon as we are finished with the netlogon negotiation phase. The
session key remains valid.
(This used to be commit 95a40d4693)
This commit is contained in:
Andrew Tridgell 2004-02-10 20:47:22 +00:00
parent 9a6388179b
commit 2ac07b1b0f

View File

@ -136,8 +136,10 @@ NTSTATUS dcerpc_bind_auth_schannel(struct dcerpc_pipe *p,
/*
the schannel session key is now in creds.session_key
*/
we no longer need the netlogon pipe open
*/
dcerpc_pipe_close(p2);
/*
step 4 - perform a bind with security type schannel