projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0120695
)
Reconnect before each task.
author
Mike Taylor
<mike@indexdata.com>
Wed, 7 Mar 2007 18:00:15 +0000
(18:00 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 7 Mar 2007 18:00:15 +0000
(18:00 +0000)
lib/ZOOM/IRSpy/Task/Retrieve.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy/Task/Retrieve.pm
b/lib/ZOOM/IRSpy/Task/Retrieve.pm
index
095fe02
..
1022235
100644
(file)
--- a/
lib/ZOOM/IRSpy/Task/Retrieve.pm
+++ b/
lib/ZOOM/IRSpy/Task/Retrieve.pm
@@
-1,4
+1,4
@@
-# $Id: Retrieve.pm,v 1.3 2006-11-02 16:11:44 mike Exp $
+# $Id: Retrieve.pm,v 1.4 2007-03-07 18:00:15 mike Exp $
package ZOOM::IRSpy::Task::Retrieve;
@@
-40,6
+40,8
@@
sub run {
$this->set_options();
my $conn = $this->conn();
+ $conn->connect($conn->option("host"));
+
my $rs = $this->{rs};
my $index0 = $this->{index0};
$this->irspy()->log("irspy_task", $conn->option("host"),