mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-03 03:57:55 +00:00
Code analyzer fixes.
This commit is contained in:
@@ -2609,13 +2609,12 @@ namespace OpenWifi {
|
||||
return false;
|
||||
} catch(...) {
|
||||
std::cout << "4 Some kind of bullshit exception..." << std::endl;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
void ConfigurationValidator::reinitialize(Poco::Util::Application &self) {
|
||||
void ConfigurationValidator::reinitialize([[maybe_unused]] Poco::Util::Application &self) {
|
||||
Logger().information("Reinitializing.");
|
||||
Working_ = Initialized_ = false;
|
||||
Init();
|
||||
|
||||
Reference in New Issue
Block a user