so Search.tsf and Search.rdf work
[freeside.git] / FS / FS / port.pm
index 13455ca..253727b 100644 (file)
@@ -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
@@ -131,14 +131,8 @@ sub session {
 
 =back
 
-=head1 VERSION
-
-$Id: port.pm,v 1.5 2001-02-14 04:33:06 ivan Exp $
-
 =head1 BUGS
 
-The author forgot to customize this manpage.
-
 The session method won't deal well if you have multiple open sessions on a
 port, for example if your RADIUS server drops B<stop> records.  Suggestions for
 how to deal with this sort of lossage welcome; should we close the session