This commit is contained in:
Raymond Hill 2018-03-17 10:25:03 -04:00
parent 443cc38118
commit 23accd1c57
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 1 deletions

View File

@ -42,9 +42,9 @@ vAPI.app.onShutdown = function() {
µb.staticExtFilteringEngine.reset();
µb.sessionFirewall.reset();
µb.permanentFirewall.reset();
µb.permanentFirewall.reset();
µb.sessionURLFiltering.reset();
µb.permanentURLFiltering.reset();
µb.hnSwitches.reset();
};
/******************************************************************************/