ui_context: Merge with ui_context_tls_tunnel

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2020-02-04 11:18:06 +01:00
parent bef455e5a6
commit c40f71462f
10 changed files with 13 additions and 201 deletions

View File

@@ -334,7 +334,7 @@ void eap::peer_tls_tunnel::get_ui_context(
auto s = static_cast<session*>(hSession);
// Get context data from method.
ui_context_tls_tunnel ctx(s->m_cfg, s->m_cred);
ui_context ctx(s->m_cfg, s->m_cred);
s->m_method->get_ui_context(ctx.m_data);
// Pack context data.