summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.newwanip
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-05-09 16:10:48 -0500
committerChris Buechler <cmb@pfsense.org>2016-05-09 16:10:48 -0500
commitb8735779fb7c50645443d997f5ae679e30800024 (patch)
treee93883e7d3036386eb8bb5993fea962f967505fa /src/etc/rc.newwanip
parent6a5c6661960e1cd39e3caf66a3caaeb2678d27b1 (diff)
downloadpfsense-b8735779fb7c50645443d997f5ae679e30800024.zip
pfsense-b8735779fb7c50645443d997f5ae679e30800024.tar.gz
fix booting check
Diffstat (limited to 'src/etc/rc.newwanip')
-rwxr-xr-xsrc/etc/rc.newwanip2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/rc.newwanip b/src/etc/rc.newwanip
index 05eb960..6946918 100755
--- a/src/etc/rc.newwanip
+++ b/src/etc/rc.newwanip
@@ -190,7 +190,7 @@ if (!empty($gre)) {
}
}
-if (platform_booting) {
+if (platform_booting()) {
// avoid race conditions in many of the below functions that occur during boot
// setting up gateways monitor doesn't seem to have issues here, and fixes the
// most commonly encountered bugs from earlier versions when everything below
OpenPOWER on IntegriCloud