From b8735779fb7c50645443d997f5ae679e30800024 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Mon, 9 May 2016 16:10:48 -0500 Subject: fix booting check --- src/etc/rc.newwanipv6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/etc/rc.newwanipv6') diff --git a/src/etc/rc.newwanipv6 b/src/etc/rc.newwanipv6 index 160ed441..d8be18e 100755 --- a/src/etc/rc.newwanipv6 +++ b/src/etc/rc.newwanipv6 @@ -145,7 +145,7 @@ system_routing_configure($interface); /* reconfigure our gateway monitor */ setup_gateways_monitor(); -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 -- cgit v1.1