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

Commit d6a40047 authored by Andreas Huber's avatar Andreas Huber
Browse files

We accidentally always aborted after 10 secs, even if the connection was fine.

Change-Id: I3f2ae2f46ae62b84b1e253658d7182c04ee3dfae
parent cc033bd3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -480,9 +480,8 @@ struct MyHandler : public AHandler {
            {
                if (mFirstAccessUnit) {
                    LOG(WARNING) << "Never received any data, disconnecting.";

                }
                    (new AMessage('abor', id()))->post();
                }
                break;
            }