summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/svc_domain.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/svc_domain.pm b/FS/FS/svc_domain.pm
index a70c1a340..c533ee870 100644
--- a/FS/FS/svc_domain.pm
+++ b/FS/FS/svc_domain.pm
@@ -215,7 +215,7 @@ sub insert {
'svcnum' => $self->svcnum,
'reczone' => '@',
'recaf' => 'IN',
- 'rectype' => 'mx',
+ 'rectype' => 'MX',
'recdata' => $mxmachine,
};
my $error = $mx->insert;
@@ -478,7 +478,7 @@ sub submit_internic {
=head1 VERSION
-$Id: svc_domain.pm,v 1.10 2001-04-22 01:56:15 ivan Exp $
+$Id: svc_domain.pm,v 1.11 2001-05-22 16:43:28 ivan Exp $
=head1 BUGS