X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy.pm;h=53c8fe067cd87c858650a3100e5fb6cb5ccc15e6;hp=d5672e810ea19446283a50d8f48e5198bebeb6ed;hb=ef1ec4ae82e393dc4b9bdc1c5e70aa33cfc21c68;hpb=e5cbf35b0254d437544437df2a9d7e0808bc2d79 diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index d5672e8..53c8fe0 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -1,4 +1,4 @@ -# $Id: IRSpy.pm,v 1.17 2006-09-22 15:02:24 mike Exp $ +# $Id: IRSpy.pm,v 1.18 2006-09-25 12:44:38 mike Exp $ package ZOOM::IRSpy; @@ -84,7 +84,7 @@ sub targets { my($host, $port, $db, $newtarget) = _parse_target_string($target); if ($newtarget ne $target) { $this->log("irspy_debug", "rewriting '$target' to '$newtarget'"); - $target = $newtarget; # This written through the ref + $target = $newtarget; # This is written through the ref } push @qlist, (qq[(host = "$host" and port = "$port" and path="$db")]);