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

Commit e10591fc authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents cf14ea2c 22d63488
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;
}