Trim extra ')'.

This commit is contained in:
Colin Smith 2005-07-14 05:05:39 +00:00
parent da86dd6f32
commit 2e5c7ee31b

View File

@ -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 {