UI testing tool, #37340
[freeside.git] / bin / cdr-voipswitch.import
index c674f27..69d0636 100644 (file)
@@ -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;
   }