Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProcessSpawnImpl(): remove redundant _exit(128); #9717

Merged
merged 1 commit into from
Mar 2, 2023

Conversation

Al2Klimov
Copy link
Member

Now this if doesn’t _exit(128) by itself, but "return" to the outer if which immediately _exit(128)s.

Now this if doesn’t _exit(128) by itself, but "return" to the outer if which immediately _exit(128)s.
@Al2Klimov Al2Klimov added the core/quality Improve code, libraries, algorithms, inline docs label Mar 2, 2023
@cla-bot cla-bot bot added the cla/signed label Mar 2, 2023
@Al2Klimov Al2Klimov added this to the 2.14.0 milestone Mar 2, 2023
@Al2Klimov Al2Klimov enabled auto-merge March 2, 2023 11:56
@Al2Klimov Al2Klimov merged commit ca3c24b into master Mar 2, 2023
@icinga-probot icinga-probot bot deleted the Al2Klimov-patch-4 branch March 2, 2023 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla/signed core/quality Improve code, libraries, algorithms, inline docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants