summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-07-14 21:34:53 +0000
committerErmal Luçi <eri@pfsense.org>2008-07-14 21:34:53 +0000
commit42e64acaaa449b14e017aea340c855301fcba26a (patch)
tree2cf33f05332ce8595f7cb85de76a571609fc5a56
parent7f6afb290f9bd539e13225d0de86e7eb3174bc5a (diff)
downloadpfsense-42e64acaaa449b14e017aea340c855301fcba26a.zip
pfsense-42e64acaaa449b14e017aea340c855301fcba26a.tar.gz
Add mising global definition.
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 2ad26b4..d45fd64 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1743,6 +1743,8 @@ function execute_command_return_output($command) {
* convert_friendly_interface_to_real_interface_name($interface): convert WAN to FXP0
*/
function convert_friendly_interface_to_real_interface_name($interface) {
+ global $config;
+
$wanif = $interface;
switch ($interface) {
OpenPOWER on IntegriCloud