s4:gensec/schannel: there's no point in having schannel_session_key()
authorStefan Metzmacher <metze@samba.org>
Sat, 3 Aug 2013 09:27:55 +0000 (11:27 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 10 Aug 2013 07:19:01 +0000 (09:19 +0200)
commit9b9ab1ae6963b3819dc2b095cbe9e1432f3459b7
tree9a6b7fe2eacac4e9bd5ff08f935b8a2129bf0c35
parenta07049a839729e29ca888bae353cd37fd6238486
s4:gensec/schannel: there's no point in having schannel_session_key()

gensec_session_key() will return NT_STATUS_NO_USER_SESSION_KEY
before calling schannel_session_key(), as we don't provide
GENSEC_FEATURE_SESSION_KEY.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/auth/gensec/schannel.c