From 7ebd90ec5704605ee79d8cc29eba825f1a8e6a48 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 19 Mar 2011 01:10:02 +0000 Subject: [PATCH] fix first port addition on new routers, RT#10574 --- FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.11.0