chiark / gitweb /
prefork-interp: fixes
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 19 Aug 2022 23:04:03 +0000 (00:04 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Aug 2022 20:21:10 +0000 (21:21 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
perl/Prefork.pm

index a89d449e43c550579c87bee4ea533fe97b1559d6..5148420cd4d86e26d332da7dbce261a2e263cf4a 100644 (file)
@@ -211,8 +211,6 @@ sub initialisation_complete {
   open STDERR, ">&NULL" or fail_log("dup null onto stderr: $!");
   close NULL;
 
-  close_call_fds();
-
   my $errcount = 0;
 
   for (;;) {