import NP and *LK* from shadow file as * (no password)
[freeside.git] / FS / FS / svc_domain.pm
index 45fcdd2..c0190fc 100644 (file)
@@ -348,7 +348,8 @@ sub check {
            " (or unknown registry - try \$whois_hack)";
   }
 
-  $recref->{action} =~ /^(M|N)$/ or return "Illegal action";
+  $recref->{action} =~ /^(M|N)$/
+    or return "Illegal action: ". $recref->{action};
   $recref->{action} = $1;
 
   if ( $recref->{catchall} ne '' ) {