]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1657] addressed comments
authorRazvan Becheriu <razvan@isc.org>
Mon, 22 Feb 2021 14:52:26 +0000 (16:52 +0200)
committerRazvan Becheriu <razvan@isc.org>
Mon, 22 Feb 2021 16:02:57 +0000 (16:02 +0000)
src/lib/asiolink/process_spawn.cc

index fd0f4f43e3d7a0b109e1a1ffe79c30f3999f0426..a83c16bba6af7a39050b6279864a6d9d9828e7cb 100644 (file)
@@ -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.