From: ivan Date: Sat, 19 Mar 2011 01:10:02 +0000 (+0000) Subject: fix first port addition on new routers, RT#10574 X-Git-Tag: freeside_2_3_0~483 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7ebd90ec5704605ee79d8cc29eba825f1a8e6a48 fix first port addition on new routers, RT#10574 --- diff --git a/FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm b/FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm index 63a93268c..9df19755e 100644 --- a/FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm +++ b/FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm @@ -212,7 +212,7 @@ sub add_interface { unless ( $added ) { $new .= qq( \n). - qq( $newline\n"). + qq( $newline\n). qq( \n); } $new .= "$hostline\n";