[freeside-commits] freeside/FS/FS svc_acct.pm, 1.268.2.32, 1.268.2.33

Ivan,,, ivan at wavetail.420.am
Thu Sep 16 09:07:40 PDT 2010


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

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	svc_acct.pm 
Log Message:
blast from the past: exclamation mark vs. cistron radius with textfiles.  RT#9958

Index: svc_acct.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_acct.pm,v
retrieving revision 1.268.2.32
retrieving revision 1.268.2.33
diff -u -w -d -r1.268.2.32 -r1.268.2.33
--- svc_acct.pm	7 Aug 2010 10:11:44 -0000	1.268.2.32
+++ svc_acct.pm	16 Sep 2010 16:07:37 -0000	1.268.2.33
@@ -101,7 +101,7 @@
 );
 
 @saltset = ( 'a'..'z' , 'A'..'Z' , '0'..'9' , '.' , '/' );
- at pw_set = ( 'a'..'z', 'A'..'Z', '0'..'9', '(', ')', '#', '!', '.', ',' );
+ at pw_set = ( 'a'..'z', 'A'..'Z', '0'..'9', '(', ')', '#', '.', ',' );
 
 sub _cache {
   my $self = shift;



More information about the freeside-commits mailing list