From 8b0501748458d2488742613cf09c133bf4bd0c48 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/blootbot@53 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Modules/Debian.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2