"auto" simplified

This commit is contained in:
2016-10-10 14:58:07 +02:00
parent f9697dfcee
commit 7a26128c7b
5 changed files with 9 additions and 9 deletions

View File

@@ -278,7 +278,7 @@ eap::credentials::source_t eap::credentials_eapmsg::combine(
// }
//}
auto const *cfg_eapmsg = dynamic_cast<const config_method_eapmsg*>(&cfg);
auto cfg_eapmsg = dynamic_cast<const config_method_eapmsg*>(&cfg);
BOOL fInvokeUI = FALSE;
DWORD cred_data_size = 0;
eap_blob_runtime cred_data;