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:11 -0500
commite4f7da855335bce7d257e5533b22c1cbd28f9d51 (patch)
treedf3d9555612bcf9fbcbc8d7c8244dfccc511c0cf /src
parent421431bcfb7a3f4e870abbe7e9c13eba3e0abec2 (diff)
downloadpfsense-e4f7da855335bce7d257e5533b22c1cbd28f9d51.zip
pfsense-e4f7da855335bce7d257e5533b22c1cbd28f9d51.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