default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / bin / cdr-voipswitch.import
old mode 100644 (file)
new mode 100755 (executable)
index c674f27..69d0636
@@ -122,7 +122,7 @@ my $row;
 while ( $row = $sth->fetchrow_hashref ) {
 
   my $ip = $row->{ip_number};
-  if ( $ip =~ /^([\d\.]+)\/([\d\.]*)$/ ) {
+  if ( $ip =~ /^([\d\.]+)\/([\d\.]*)/ ) {
     $ip = $1;
     #$nat_ip = $2;
   }