projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88bcaa5
)
#26228 Voipswitch fixes
author
Jeremy Davis
<jeremyd@freeside.biz>
Wed, 19 Feb 2014 15:42:35 +0000
(10:42 -0500)
committer
Jeremy Davis
<jeremyd@freeside.biz>
Wed, 19 Feb 2014 15:42:35 +0000
(10:42 -0500)
bin/cdr-voipswitch.import
patch
|
blob
|
history
diff --git
a/bin/cdr-voipswitch.import
b/bin/cdr-voipswitch.import
index
c674f27
..
69d0636
100644
(file)
--- a/
bin/cdr-voipswitch.import
+++ b/
bin/cdr-voipswitch.import
@@
-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;
}