From: ajt <> Date: Thu, 16 Nov 2000 11:54:39 +0000 (-0800) Subject: [project @ 2000-11-16 03:54:39 by ajt] X-Git-Tag: release/2.6.0~1183 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=26e6a66e7fef6ffd4d993ccc06ca844b974683da;p=debbugs.git [project @ 2000-11-16 03:54:39 by ajt] don't keep the index fd open --- 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; }