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=8b0501748458d2488742613cf09c133bf4bd0c48;p=infobot.git shouldn't recursively call sP git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@53 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/Modules/Debian.pl b/src/Modules/Debian.pl index 4317cba..f2e50f0 100644 --- a/src/Modules/Debian.pl +++ b/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; }