diff options
author | Razvan Becheriu <razvan@isc.org> | 2021-02-22 15:52:26 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2021-02-22 17:02:57 +0100 |
commit | c4e45d346658b42e2b936745bfd3d75c20b577db (patch) | |
tree | 47ed2c13fb1c811fd0b85bbbf5152648db36da9b | |
parent | [#1657] addressed comments (diff) | |
download | kea-c4e45d346658b42e2b936745bfd3d75c20b577db.tar.xz kea-c4e45d346658b42e2b936745bfd3d75c20b577db.zip |
[#1657] addressed comments
-rw-r--r-- | src/lib/asiolink/process_spawn.cc | 2 |
1 files changed, 0 insertions, 2 deletions
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. |