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

Commit 7fb277fb authored by Tom Cherry's avatar Tom Cherry Committed by Automerger Merge Worker
Browse files

init: do not handle control messages after shutdown am: 495a394f am: ca3c4154

Change-Id: Iedb8dfb2f35d1f7573f8144475132cbdfa325e09
parents 98485d38 ca3c4154
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -879,8 +879,10 @@ int SecondStageMain(int argc, char** argv) {
                (*function)();
            }
        }
        if (!IsShuttingDown()) {
            HandleControlMessages();
        }
    }

    return 0;
}