eap::peer_ttls::end_session() fixed to call method's end_session() method
This commit is contained in:
parent
1162ccae3f
commit
281c8a7119
@ -233,7 +233,7 @@ void eap::peer_ttls::end_session(_In_ EAP_SESSION_HANDLE hSession)
|
|||||||
|
|
||||||
// End the session.
|
// End the session.
|
||||||
session *s = static_cast<session*>(hSession);
|
session *s = static_cast<session*>(hSession);
|
||||||
//s->end(ppEapError);
|
s->m_method->end_session();
|
||||||
delete s;
|
delete s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user