From f4613e060a1af8ee379f8a6db1d8dbc8e33358c4 Mon Sep 17 00:00:00 2001 From: dms Date: Sun, 20 Aug 2000 13:46:33 +0000 Subject: [PATCH] shouldn't recursively call sP git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@53 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Modules/Debian.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/src/Modules/Debian.pl b/blootbot/src/Modules/Debian.pl index 4317cba..f2e50f0 100644 --- a/blootbot/src/Modules/Debian.pl +++ b/blootbot/src/Modules/Debian.pl @@ -813,7 +813,7 @@ sub searchPackage { if (&main::isStale($file, $main::param{'debianRefreshInterval'})) { &main::DEBUG("STALE $file! regen."); &generateIndex(($dist)); - @files = searchPackage("$query $dist"); +### @files = searchPackage("$query $dist"); &main::DEBUG("EVIL HACK HACK HACK."); last; } -- 2.39.5