summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-07-14 05:06:44 +0000
committerColin Smith <colin@pfsense.org>2005-07-14 05:06:44 +0000
commit77317f2b96d9bc924bf4c42e03e761c85c30dc80 (patch)
treebfc062b2c453289b1f0358dc41fd0b761d14a013 /etc
parent2e5c7ee31bb68db7bf07e9fcb796ec2a3d3dce59 (diff)
downloadpfsense-77317f2b96d9bc924bf4c42e03e761c85c30dc80.zip
pfsense-77317f2b96d9bc924bf4c42e03e761c85c30dc80.tar.gz
Revert.
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 35d8997..36df7d7 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