From 26e6a66e7fef6ffd4d993ccc06ca844b974683da Mon Sep 17 00:00:00 2001 From: ajt <> Date: Thu, 16 Nov 2000 03:54:39 -0800 Subject: [PATCH] [project @ 2000-11-16 03:54:39 by ajt] don't keep the index fd open --- cgi/common.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/cgi/common.pl b/cgi/common.pl index 9d88de2f..12371f11 100644 --- a/cgi/common.pl +++ b/cgi/common.pl @@ -299,6 +299,7 @@ sub pkgbugsindex { while() { $descstr{ $1 } = 1 if (m/^(\S+)/); } + close(I); return %descstr; } -- 2.39.5