summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-10-15 08:49:48 -0500
committerRenato Botelho <garga@FreeBSD.org>2014-10-15 08:49:48 -0500
commit29fb23d449e98e786384274d23ca400e9595a6b4 (patch)
tree2ae9b6735f5b5de1850fa529d2f6762645a564b5 /etc
parent5ff7f58e5903cca4f99edd20f9db402163527fd6 (diff)
parent5d49ceac8b7591f4db502eb4c2c52b37cc63e7ae (diff)
downloadpfsense-29fb23d449e98e786384274d23ca400e9595a6b4.zip
pfsense-29fb23d449e98e786384274d23ca400e9595a6b4.tar.gz
Merge pull request #1309 from phil-davis/patch-5
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/config.console.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/config.console.inc b/etc/inc/config.console.inc
index 474f4a0..6c956fb 100644
--- a/etc/inc/config.console.inc
+++ b/etc/inc/config.console.inc
@@ -224,8 +224,8 @@ EOD;
}
if($lanif == "") {
- fclose($fp);
- return;
+ /* It is OK to have just a WAN, without a LAN so break if the user does not want LAN. */
+ break;
}
if ($lanif === "a")
OpenPOWER on IntegriCloud