missing global in filter.inc

This commit is contained in:
Ad Schellevis 2016-09-08 15:06:12 +02:00
parent 0e158f0b0c
commit 65653b7c97

View File

@ -320,6 +320,8 @@ function filter_pflog_start()
function filter_configure()
{
global $config;
/*
* NOTE: Check here for bootup status since this should not be triggered during bootup.
* The reason is that rc.bootup calls filter_configure_sync directly which does this too.