fix "Useless use of a variable in void context at /usr/local/share/perl/5.8.8/FS...
authorivan <ivan>
Wed, 12 Sep 2007 03:39:15 +0000 (03:39 +0000)
committerivan <ivan>
Wed, 12 Sep 2007 03:39:15 +0000 (03:39 +0000)
FS/FS/svc_domain.pm

index 7ae9961..37128a0 100644 (file)
@@ -364,7 +364,7 @@ sub check {
     # need to match a list of suffixes - no guarantee they're top-level..
     # http://wiki.mozilla.org/TLD_List
     # but this will have to do for now...
-    $recref->{suffix} || $2;
+    $recref->{suffix} ||= $2;
   } else {
     return "Illegal domain ". $recref->{domain}.
            " (or unknown registry - try \$whois_hack)";