diff options
Diffstat (limited to 'FS/FS/svc_phone.pm')
-rw-r--r-- | FS/FS/svc_phone.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/svc_phone.pm b/FS/FS/svc_phone.pm index 965f3a577..c90339a8b 100644 --- a/FS/FS/svc_phone.pm +++ b/FS/FS/svc_phone.pm @@ -225,7 +225,7 @@ sub check_pin { sub radius_reply { my $self = shift; #XXX Session-Timeout! holy shit, need rlm_perl to ask for this in realtime - {}; + (); } =item radius_check |