eap::config split to eap::config and eap::packable
This commit is contained in:
@@ -393,7 +393,7 @@ void eap::peer_ttls_ui::invoke_interactive_ui(
|
||||
// Unpack context data.
|
||||
config_connection cfg(*this);
|
||||
credentials_connection cred(*this, cfg);
|
||||
ui_context_ttls ctx(*this, cfg, cred);
|
||||
ui_context_ttls ctx(cfg, cred);
|
||||
unpack(ctx, pUIContextData, dwUIContextDataSize);
|
||||
|
||||
// Look-up the provider.
|
||||
|
Reference in New Issue
Block a user