summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-08-11 20:34:31 +0000
committerErmal <eri@pfsense.org>2010-08-11 20:34:31 +0000
commit91a38e1fffb0c097c9254b7f6069ef492cb1b4d3 (patch)
tree837f872e4bd48e8be46420bc10e1de39f903477d /etc
parentea62cd32700aac6bb62311813775b5d584812d92 (diff)
downloadpfsense-91a38e1fffb0c097c9254b7f6069ef492cb1b4d3.zip
pfsense-91a38e1fffb0c097c9254b7f6069ef492cb1b4d3.tar.gz
Do not require a refernce passed because seems php likes to screw with it internally. This should have be the second belt at Ticket #819.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index dc24f6b..afb8495 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -779,7 +779,7 @@ function interface_reconfigure($interface = "wan") {
interface_configure($interface, true);
}
-function interface_vip_bring_down(&$vip) {
+function interface_vip_bring_down($vip) {
global $g;
switch ($vip['mode']) {
@@ -3286,4 +3286,4 @@ function setup_pppoe_reset_file($pppif, $iface="") {
unlink_if_exists($cron_file);
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud