Cache PID refactor

This commit is contained in:
2021-05-03 21:04:52 +02:00
parent 28f163f97a
commit 10d405e745
2 changed files with 4 additions and 4 deletions

View File

@ -323,6 +323,8 @@ int main(int argc, const char *argv[]) {
config_unload();
return 1;
} else if (ret != 0) {
children[0] = ret; // pid
} else {
return 0;
}