From: Razvan Becheriu Date: Mon, 22 Feb 2021 14:52:26 +0000 (+0200) Subject: [#1657] addressed comments X-Git-Tag: Kea-1.9.5~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4e45d346658b42e2b936745bfd3d75c20b577db;p=thirdparty%2Fkea.git [#1657] addressed comments --- diff --git a/src/lib/asiolink/process_spawn.cc b/src/lib/asiolink/process_spawn.cc index fd0f4f43e3..a83c16bba6 100644 --- a/src/lib/asiolink/process_spawn.cc +++ b/src/lib/asiolink/process_spawn.cc @@ -254,8 +254,6 @@ ProcessSpawnImpl::spawn(bool dismiss) { // of issue with permissions or invalid executable name. _exit(EXIT_FAILURE); } - // Process finished, exit the child process. - _exit(EXIT_SUCCESS); } // We're in the parent process.