Skip to content

Commit

Permalink
missing global in filter.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
AdSchellevis committed Sep 8, 2016
1 parent 0e158f0 commit 65653b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/etc/inc/filter.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 65653b7

Please sign in to comment.