fixed confusion over DXCluster->get_exact and DXUser->get
[spider.git] / cmd / unset / here.pl
index 6bc62ae9740bd00deebfa96a9e6aadb508d6068a..6666d4e72d493eb65f749abff61dbbbc90cce20e 100644 (file)
@@ -16,7 +16,7 @@ my @out;
 foreach $call (@args) {
   $call = uc $call;
   my $dxchan = DXChannel->get($call);
-  my $ref = DXCluster->get($call);
+  my $ref = DXCluster->get_exact($call);
   if ($dxchan && $ref) {
        $dxchan->here(0);
     $ref->here(0);