From: ajt <> Date: Tue, 5 Nov 2002 16:33:24 +0000 (-0800) Subject: [project @ 2002-11-05 08:33:24 by ajt] X-Git-Tag: release/2.6.0~1007 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=adc61fdcc56407c47f3cca940eba9b6bd683e802;p=debbugs.git [project @ 2002-11-05 08:33:24 by ajt] ooops, update index.db.realtime, not the real index.db! --- diff --git a/scripts/errorlib.in b/scripts/errorlib.in index ffb874c6..34c037a2 100755 --- a/scripts/errorlib.in +++ b/scripts/errorlib.in @@ -1,5 +1,5 @@ # -*- perl -*- -# $Id: errorlib.in,v 1.12 2002/11/05 08:25:03 ajt Exp $ +# $Id: errorlib.in,v 1.13 2002/11/05 08:33:24 ajt Exp $ sub F_SETLK { 6; } sub F_WRLCK{ 1; } $flockstruct= 'sslll'; # And there ought to be something for this too. @@ -156,7 +156,7 @@ sub bughook { $firstpkg, $ref, $stuff[1], $whendone, $stuff[0], $severity, $stuff[5]; - update_realtime("/org/bugs.debian.org/spool/index.db", $ref, $k); + update_realtime("/org/bugs.debian.org/spool/index.db.realtime", $ref, $k); &unfilelock; }