Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If pid 1 is not found in the loop, `pid1` will be left unititialized, yet it is evaluated in `if (!pid1)` after the loop. Add missing initialization.
- Loading branch information