stephb9959
2022-09-23 14:28:28 -07:00
parent 540205763c
commit 6d59b45e6f

View File

@@ -39,7 +39,7 @@ namespace OpenWifi {
int AP_WS_Server::Start() {
AllowSerialNumberMismatch_ = MicroService::instance().ConfigGetBool("openwifi.certificates.allowmismatch",true);
MismatchDepth_ = MicroService::instance().ConfigGetInt("openwifi.certificates.allowmismatch",2);
MismatchDepth_ = MicroService::instance().ConfigGetInt("openwifi.certificates.mismatchdepth",2);
for(const auto & Svr : ConfigServersList_ ) {