From 00d1c259c61d2af367be89af9a69831f58264ae4 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 13 Feb 2007 16:49:14 +0000 Subject: [PATCH] Fix variable-name typo, caused infinite retry loop after bad search. --- lib/ZOOM/IRSpy/Test/Record/Fetch.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ZOOM/IRSpy/Test/Record/Fetch.pm b/lib/ZOOM/IRSpy/Test/Record/Fetch.pm index d45524c..3142974 100644 --- a/lib/ZOOM/IRSpy/Test/Record/Fetch.pm +++ b/lib/ZOOM/IRSpy/Test/Record/Fetch.pm @@ -1,4 +1,4 @@ -# $Id: Fetch.pm,v 1.22 2007-02-13 15:04:08 mike Exp $ +# $Id: Fetch.pm,v 1.23 2007-02-13 16:49:14 mike Exp $ # See the "Main" test package for documentation @@ -46,7 +46,7 @@ sub completed_search { if !defined $q; $conn->log("irspy_test", "Trying another search ..."); - $conn->irspy_search_pqf($queries[$qindex], { queryindex => $n }, {}, + $conn->irspy_search_pqf($queries[$qindex], { queryindex => $qindex }, {}, ZOOM::Event::RECV_SEARCH, \&completed_search, exception => \&completed_search); return ZOOM::IRSpy::Status::TASK_DONE; -- 1.7.10.4