eap::config::m_module reference again

This commit is contained in:
2016-08-06 07:01:12 +02:00
parent b0323d894a
commit 2aa4bce8cc
26 changed files with 150 additions and 150 deletions

View File

@@ -28,7 +28,7 @@ using namespace winstd;
// eap::config_method_pap
//////////////////////////////////////////////////////////////////////
eap::config_method_pap::config_method_pap(_In_ module *mod) : config_method_with_cred(mod)
eap::config_method_pap::config_method_pap(_In_ module &mod) : config_method_with_cred(mod)
{
m_preshared.reset(new credentials_pap(mod));
}