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

Commit eecfe1b9 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Merge "Return control flow upon duplicate connection detected" am: 294466d7

parents e6cb7f25 294466d7
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));