[freeside-commits] freeside/FS/FS svc_phone.pm,1.11,1.12

Ivan,,, ivan at wavetail.420.am
Thu Oct 23 18:45:26 PDT 2008


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv20376/FS

Modified Files:
	svc_phone.pm 
Log Message:
tiny nits for phone RADIUS export: allow freeside-sqlradius-reset to reset a phone_sqlradius export, but only if explicitly specified by exportnum.  also fix "Reference found where even-size list expected" warning and junk winding up in radreply table".  all this phone_sqlradius stuff is RT#4100

Index: svc_phone.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_phone.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- svc_phone.pm	24 Oct 2008 01:19:46 -0000	1.11
+++ svc_phone.pm	24 Oct 2008 01:45:24 -0000	1.12
@@ -225,7 +225,7 @@
 sub radius_reply {
   my $self = shift;
   #XXX Session-Timeout!  holy shit, need rlm_perl to ask for this in realtime
-  {};
+  ();
 }
 
 =item radius_check



More information about the freeside-commits mailing list