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

Commit 24100d9d authored by Jack He's avatar Jack He Committed by Gerrit Code Review
Browse files

Merge "LeAclManagerFacade: Check per_connection_events"

parents a3746dab e2c855e7
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,