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

Commit 294466d7 authored by Chris Manton's avatar Chris Manton Committed by Gerrit Code Review
Browse files

Merge "Return control flow upon duplicate connection detected"

parents aea515f1 a18bf449
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -309,6 +309,7 @@ struct classic_impl : public security::ISecurityManagerListener {
    if (is_classic_link_already_connected(address)) {
      LOG_WARN("already connected: %s", ADDRESS_TO_LOGGABLE_CSTR(address));
      acl_scheduler_->ReportOutgoingAclConnectionFailure();
      return;
    }
    acl_connection_interface_->EnqueueCommand(
        std::move(packet), handler_->BindOnceOn(this, &classic_impl::on_create_connection_status, address));