Issue with TLS credentials panel resetting PAP credentials in TTLS fixed

This commit is contained in:
2016-08-15 14:04:50 +02:00
parent e807336e7b
commit 217c3dd090
3 changed files with 9 additions and 8 deletions

View File

@@ -486,11 +486,11 @@ protected:
/// \endcond
protected:
const eap::config_provider &m_prov; ///< Provider configuration
const eap::config_provider &m_prov; ///< Provider configuration
const eap::config_method_with_cred &m_cfg; ///< Method configuration
_Tcred &m_cred; ///< Credentials
winstd::tstring m_target; ///< Credential Manager target
bool m_is_config; ///< Is this a configuration dialog?
_Tcred &m_cred; ///< Credentials
winstd::tstring m_target; ///< Credential Manager target
bool m_is_config; ///< Is this a configuration dialog?
};