Remove comment.
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Task / Search.pm
index 01d34a8..13794ce 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Search.pm,v 1.8 2007-02-26 14:27:50 mike Exp $
+# $Id: Search.pm,v 1.10 2007-03-07 17:59:53 mike Exp $
 
 package ZOOM::IRSpy::Task::Search;
 
@@ -39,6 +39,8 @@ sub run {
     $this->set_options();
 
     my $conn = $this->conn();
+    $conn->connect($conn->option("host"));
+
     my $query = $this->{query};
     $this->irspy()->log("irspy_task", $conn->option("host"),
                        " searching for '$query'");