From: Ian Jackson Date: Fri, 19 Aug 2022 23:04:03 +0000 (+0100) Subject: prefork-interp: fixes X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=e9aa57f391796eee98e00d2d34073e46d1fe2f98;p=chiark-utils.git prefork-interp: fixes Signed-off-by: Ian Jackson --- diff --git a/perl/Prefork.pm b/perl/Prefork.pm index a89d449..5148420 100644 --- a/perl/Prefork.pm +++ b/perl/Prefork.pm @@ -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 (;;) {