Merge "init: do not handle control messages after shutdown"
This commit is contained in:
commit
e10591fc62
1 changed files with 3 additions and 1 deletions
|
|
@ -901,7 +901,9 @@ int SecondStageMain(int argc, char** argv) {
|
|||
(*function)();
|
||||
}
|
||||
}
|
||||
HandleControlMessages();
|
||||
if (!IsShuttingDown()) {
|
||||
HandleControlMessages();
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue