Refactoring out get_schannel_session_key logic.
authorMichael Adam <obnox@samba.org>
Tue, 11 Dec 2007 13:36:11 +0000 (14:36 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 13 Dec 2007 09:15:19 +0000 (10:15 +0100)
commite77c4022cfbb868e608edcb06b676658b0e201ad
tree8b974c5f104d37197bb5358e585f8d929514df60
parentb2e12365b56f24586a7dfcb845f4de51f0b0e7d5
Refactoring 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