summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-07-14 05:05:39 +0000
committerColin Smith <colin@pfsense.org>2005-07-14 05:05:39 +0000
commit2e5c7ee31bb68db7bf07e9fcb796ec2a3d3dce59 (patch)
tree97a099c383eb793a9db1ba6f108ad7eb9d0c4804 /etc
parentda86dd6f3272bc769645029fc4d9dd251770e7dd (diff)
downloadpfsense-2e5c7ee31bb68db7bf07e9fcb796ec2a3d3dce59.zip
pfsense-2e5c7ee31bb68db7bf07e9fcb796ec2a3d3dce59.tar.gz
Trim extra ')'.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 2b0ca9b..35d8997 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 {
OpenPOWER on IntegriCloud