summaryrefslogtreecommitdiff
path: root/FS/FS/port.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/port.pm')
-rw-r--r--FS/FS/port.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/port.pm b/FS/FS/port.pm
index 13455ca..620030a 100644
--- a/FS/FS/port.pm
+++ b/FS/FS/port.pm
@@ -113,7 +113,7 @@ sub check {
unless $self->ip || $self->nasport;
return "Unknown nasnum"
unless qsearchs('nas', { 'nasnum' => $self->nasnum } );
- ''; #no error
+ $self->SUPER::check;
}
=item session
@@ -133,7 +133,7 @@ sub session {
=head1 VERSION
-$Id: port.pm,v 1.5 2001-02-14 04:33:06 ivan Exp $
+$Id: port.pm,v 1.6 2003-08-05 00:20:45 khoff Exp $
=head1 BUGS