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

Commit 11a0142c authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "init: do not handle control messages after shutdown" am: e10591fc

Change-Id: Ie979879492f986031a67c425b34c7667746d191a
parents 6441f950 e10591fc
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -901,8 +901,10 @@ int SecondStageMain(int argc, char** argv) {
                (*function)();
            }
        }
        if (!IsShuttingDown()) {
            HandleControlMessages();
        }
    }

    return 0;
}