I'm sure this was already planned...

diff -c -r Radiator-2.15/Radius/Client.pm Radiator-2.15-local/Radius/Client.pm
*** Radiator-2.15/Radius/Client.pm      Mon Feb 14 23:08:50 2000
--- Radiator-2.15-local/Radius/Client.pm       Mon Mar 20 03:21:04 2000
***************
*** 445,450 ****
--- 445,461 ----
            ($self->{NasType}, $name, $nas_id, $nas_port,
             $session_id, $self);
  }
+ #####################################################################
+ #
+ sub disconnectUser
+ {
+     my ($self, $name, $nas_id, $nas_port, $session_id) = @_;
+
+     return Radius::Nas::disconnectUser
+           ($self->{NasType}, $name, $nas_id, $nas_port,
+            $session_id, $self);
+ }
+


  1;



--
Aaron Nabil


===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to