summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-06-21 17:10:58 -0500
committerChris Buechler <cmb@pfsense.org>2016-06-21 17:11:28 -0500
commite08b45e44fddb2d2c0df9060381dc9bd16ec8397 (patch)
tree29f549cce014533658e1b6f66d574189a2bafb3a /src
parentc513ef24af3d1d15a15f1e3ad6b63470b0b28d72 (diff)
downloadpfsense-e08b45e44fddb2d2c0df9060381dc9bd16ec8397.zip
pfsense-e08b45e44fddb2d2c0df9060381dc9bd16ec8397.tar.gz
require_once auth.inc in vpn.inc since it uses functions from there, though normal use of the system won't require that, those who run certain things manually/custom may require it
Diffstat (limited to 'src')
-rw-r--r--src/etc/inc/vpn.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/inc/vpn.inc b/src/etc/inc/vpn.inc
index cdf8aca..c720752 100644
--- a/src/etc/inc/vpn.inc
+++ b/src/etc/inc/vpn.inc
@@ -58,6 +58,7 @@
require_once("ipsec.inc");
require_once("filter.inc");
+require_once("auth.inc");
function vpn_update_daemon_loglevel($category, $level) {
global $ipsec_log_cats, $ipsec_log_sevs;
OpenPOWER on IntegriCloud