Refactor out get_schannel_session_key logic.
authorMichael Adam <obnox@samba.org>
Mon, 17 Dec 2007 22:11:31 +0000 (23:11 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 19 Dec 2007 17:19:09 +0000 (18:19 +0100)
commitc9b7bfbdcebd4ed892becfc291df9160bb101151
tree8f8c7d3d9d8cdf118cf9e7a170f1a033ec169e13
parent3f15bbc8cf38ecfe58ad9b0711aa93201971dfd0
Refactor out get_schannel_session_key logic.

Refactor the actual retrieval of the session key through the
established netlogon pipe out of get_schannel_session_key()
and get_schannel_session_key_auth_ntlmssp() into a new
function get_schannel_session_key_common().
(To avoid code duplication.)

Michael
source/rpc_client/cli_pipe.c