From 2e5c7ee31bb68db7bf07e9fcb796ec2a3d3dce59 Mon Sep 17 00:00:00 2001 From: Colin Smith Date: Thu, 14 Jul 2005 05:05:39 +0000 Subject: [PATCH] Trim extra ')'. --- etc/inc/interfaces.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 2b0ca9b736..35d89971cf 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -255,7 +255,7 @@ function interfaces_optional_configure_if($opti) { interfaces_opt_dhcp_configure($opti); } else { mwexec("/sbin/ifconfig " . escapeshellarg($optcfg['if']) . " " . - escapeshellarg($optcfg['ipaddr'] . "/" . $optcfg['subnet'])); + escapeshellarg($optcfg['ipaddr'] . "/" . $optcfg['subnet']); } } } else {