From: dms Date: Sun, 20 Aug 2000 13:46:33 +0000 (+0000) Subject: shouldn't recursively call sP X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f4613e060a1af8ee379f8a6db1d8dbc8e33358c4;p=infobot.git shouldn't recursively call sP git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@53 c11ca15a-4712-0410-83d8-924469b57eb5 --- 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; }