summaryrefslogtreecommitdiff
path: root/FS/FS/part_export.pm
diff options
context:
space:
mode:
authorivan <ivan>2003-10-07 08:06:11 +0000
committerivan <ivan>2003-10-07 08:06:11 +0000
commit5bdc87ecf59cfab3f9c6ca0ea1b97a41ed5561c8 (patch)
treeb52418d6a6177f9e404d1be58ad8744546bb82b9 /FS/FS/part_export.pm
parent069c216ff8e61e002535b099cab0cb67fc1defd9 (diff)
adding acct_snarf
Diffstat (limited to 'FS/FS/part_export.pm')
-rw-r--r--FS/FS/part_export.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm
index 01e71c0..3dfaaee 100644
--- a/FS/FS/part_export.pm
+++ b/FS/FS/part_export.pm
@@ -274,10 +274,6 @@ sub check {
;
return $error if $error;
- $self->machine =~ /^([\w\-\.]*)$/
- or return "Illegal machine: ". $self->machine;
- $self->machine($1);
-
$self->nodomain =~ /^(Y?)$/ or return "Illegal nodomain: ". $self->nodomain;
$self->nodomain($1);