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

Commit 936e1840 authored by Sungtak Lee's avatar Sungtak Lee
Browse files

C2Fence: fix ready() of pipe based C2Fence

Fix ready() of pipe based C2Fence implementation.

Bug: 254050314
Test: m
Change-Id: Ia9cc0268739c0cef9e3211d288465e0daab95007
parent fdd1d5d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -437,7 +437,7 @@ public:
        }
        bool hangUp = false;
        bool event = false;
        if (waitEvent(0, &event, &event)) {
        if (waitEvent(0, &hangUp, &event)) {
            if (hangUp) {
                return false;
            }