Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1fb4905f authored by Jack He's avatar Jack He Committed by Automerger Merge Worker
Browse files

Merge "LeAclManagerFacade: Check per_connection_events" am: 24100d9d

parents 2e60b27a 24100d9d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -275,6 +275,8 @@ class LeAclManagerFacadeService : public LeAclManagerFacade::Service, public LeC
      direct_connection_address_ = AddressWithType();
      per_connection_events_.emplace(peer, direct_connection_events_);
      direct_connection_events_.reset();
    } else {
      ASSERT_LOG(per_connection_events_.count(peer) > 0, "No connection request for %s", peer.ToString().c_str());
    }
    acl_connections_.emplace(
        std::piecewise_construct,