summaryrefslogtreecommitdiffstats
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:10:58 -0500
commit87a898b1a34c0b3039b20fbebaab86c75835c184 (patch)
treed05193ea63806cf171b4190695c3412d44616b08
parentf0a053846d6cde2724c47b5553e1395cfd21445c (diff)
downloadpfsense-87a898b1a34c0b3039b20fbebaab86c75835c184.zip
pfsense-87a898b1a34c0b3039b20fbebaab86c75835c184.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
-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