Skip to content

Commit

Permalink
Merge pull request #9717 from Icinga/Al2Klimov-patch-4
Browse files Browse the repository at this point in the history
ProcessSpawnImpl(): remove redundant _exit(128);
  • Loading branch information
Al2Klimov authored Mar 2, 2023
2 parents cf51705 + 55930c8 commit ca3c24b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/base/process.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ static Value ProcessSpawnImpl(struct msghdr *msgh, const Dictionary::Ptr& reques
strncat(errmsg, ") failed", sizeof(errmsg) - strlen(errmsg) - 1);
errmsg[sizeof(errmsg) - 1] = '\0';
perror(errmsg);
_exit(128);
}

_exit(128);
Expand Down

0 comments on commit ca3c24b

Please sign in to comment.