Adding WifiClientHistory.

This commit is contained in:
stephb9959
2022-05-15 21:46:45 -07:00
parent 00c9d079b3
commit a8d2e39e16

View File

@@ -38,9 +38,6 @@ namespace OpenWifi {
}
void WifiClientCache::AddSerialNumber(const std::string &venue_id, const std::string &S, [[maybe_unused]] std::lock_guard<std::recursive_mutex> & G) {
bool added=false;
auto VenueIt = Cache_.find(venue_id);
if(VenueIt==Cache_.end()) {
Cache_.insert(std::pair(venue_id, Cache{}));