Pre-shared >> Configured credentials, Own >> Stored credentials
This commit is contained in:
@@ -30,7 +30,7 @@ using namespace winstd;
|
||||
|
||||
eap::config_method_mschapv2::config_method_mschapv2(_In_ module &mod, _In_ unsigned int level) : config_method_with_cred(mod, level)
|
||||
{
|
||||
m_preshared.reset(new credentials_pass(mod));
|
||||
m_cred.reset(new credentials_pass(mod));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user