]> git.proxmox.com Git - pve-common.git/blobdiff - src/PVE/RESTEnvironment.pm
JSONSchema: register 'pve-snapshot-name' here to avoid cyclic dependencies
[pve-common.git] / src / PVE / RESTEnvironment.pm
index cba062d6cff24b9523b46b8cd193f8bc4867bfee..aca18bcacab4a1ceb6534c68689dc4b940a17bf8 100644 (file)
@@ -603,6 +603,7 @@ sub fork_worker {
            }
        }
        POSIX::_exit($exitcode);
+       kill(-9, $$); # not really needed, just to be sure
     }
 
     # parent