Cleanup
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
1d558c939e
commit
db056f5150
@ -41,16 +41,6 @@ void eap::peer_tls_tunnel::initialize()
|
|||||||
{
|
{
|
||||||
peer_tls::initialize();
|
peer_tls::initialize();
|
||||||
|
|
||||||
// MSI's feature completeness check removed: It might invoke UI (prompt user for missing MSI),
|
|
||||||
// which would be disasterous in EapHost system service.
|
|
||||||
#if 0
|
|
||||||
// Perform the Microsoft Installer's feature completeness check manually.
|
|
||||||
// If execution got this far in the first place (dependent DLLs are present and loadable).
|
|
||||||
// Furthermore, this increments program usage counter.
|
|
||||||
if (MsiQueryFeatureState(_T(PRODUCT_VERSION_GUID), _T("featEAPTTLS")) != INSTALLSTATE_UNKNOWN)
|
|
||||||
MsiUseFeature(_T(PRODUCT_VERSION_GUID), _T("featEAPTTLS"));
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if EAP_INNER_EAPHOST
|
#if EAP_INNER_EAPHOST
|
||||||
// Initialize EapHost based inner authentication methods.
|
// Initialize EapHost based inner authentication methods.
|
||||||
DWORD dwResult = EapHostPeerInitialize();
|
DWORD dwResult = EapHostPeerInitialize();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user