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

Commit ca3c4154 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

Change-Id: I4e5dd9d5d3c4f1b3d7e4098228981258e2d03c86
parents e62b79aa 495a394f
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;
}