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

Commit 84ecebb9 authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am e25e0361: am e250c220: Merge "We accidentally always aborted after 10 secs,...

am e25e0361: am e250c220: Merge "We accidentally always aborted after 10 secs, even if the connection was fine." into gingerbread

Merge commit 'e25e0361'

* commit 'e25e0361':
  We accidentally always aborted after 10 secs, even if the connection was fine.
parents 1c8082b2 e25e0361
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;
            }