mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Merge pull request #9717 from Icinga/Al2Klimov-patch-4
ProcessSpawnImpl(): remove redundant _exit(128);
This commit is contained in:
commit
ca3c24b317
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user