summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-11-28 08:05:02 +0000
committerErmal Luçi <eri@pfsense.org>2009-11-28 08:05:02 +0000
commita726c0e83af3313c797726cdff3f3fd727467a78 (patch)
tree96b822a839f999af728afd471b7d2a8d91822630 /etc/inc
parent7c9d8d71fe111be3d3d2354857f1c147568ab447 (diff)
downloadpfsense-a726c0e83af3313c797726cdff3f3fd727467a78.zip
pfsense-a726c0e83af3313c797726cdff3f3fd727467a78.tar.gz
Missed name change.
Diffstat (limited to 'etc/inc')
-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 c0eee2c..041521d 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -177,7 +177,7 @@ function interface_qinq_configure(&$vlan, $fd = NULL) {
$qinqif = $vlan['if'];
$vlanif = empty($vlan['vlanif']) ? "vlan{$vlan['tag']}" : $vlan['vlanif'];
$tag = $vlan['tag'];
- if(empty($if)) {
+ if(empty($qinqif)) {
log_error("interface_qinq_confgure called with if undefined.\n");
return;
}
OpenPOWER on IntegriCloud