Skip to content

Commit

Permalink
include vpn.inc so IPsec CRL reload works. require_once filter.inc in
Browse files Browse the repository at this point in the history
vpn.inc for callers there that haven't already included it.
  • Loading branch information
Chris Buechler committed Jul 23, 2015
1 parent 0dd3339 commit 0dea741
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions etc/inc/vpn.inc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
*/

require_once("ipsec.inc");
require_once("filter.inc");

function vpn_ipsec_configure_loglevels($forconfig = false) {
global $config, $ipsec_loglevels;
Expand Down
3 changes: 2 additions & 1 deletion usr/local/www/system_crlmanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@

require("guiconfig.inc");
require_once("certs.inc");
require_once('openvpn.inc');
require_once("openvpn.inc");
require_once("vpn.inc");

global $openssl_crl_status;

Expand Down

0 comments on commit 0dea741

Please sign in to comment.