Minor bug fix, spotted by Jeff.
authorrsiddall <rsiddall>
Tue, 14 Jul 2009 19:06:05 +0000 (19:06 +0000)
committerrsiddall <rsiddall>
Tue, 14 Jul 2009 19:06:05 +0000 (19:06 +0000)
FS/FS/part_export/domreg_net_dri.pm

index 885d6b6..d25945d 100644 (file)
@@ -438,7 +438,7 @@ sub get_status {
   };
 #  rslt->{'message'} = $@->as_string if $@;
   if ($@) {
-    rslt->{'message'} = (UNIVERSAL::isa($@, 'Net::DRI::Exception')) ? $@->as_string : $@->message;
+    $rslt->{'message'} = (UNIVERSAL::isa($@, 'Net::DRI::Exception')) ? $@->as_string : $@->message;
   }
 
   return $rslt; # Success