diff options
author | Ingo Bauersachs <ingo@jitsi.org> | 2015-04-17 09:59:13 +0200 |
---|---|---|
committer | Ingo Bauersachs <ingo@jitsi.org> | 2015-04-17 10:08:22 +0200 |
commit | 1d75a92fe79a91318f366875700ccd76ef82adfb (patch) | |
tree | 9bdb36bfa4d26d47dbd26ea8e8877cff929f47d4 /etc/rc.newipsecdns | |
parent | abaa7feb680dc6f6f9bc79577075c45b3786a061 (diff) | |
download | pfsense-1d75a92fe79a91318f366875700ccd76ef82adfb.zip pfsense-1d75a92fe79a91318f366875700ccd76ef82adfb.tar.gz |
Make auth_get_authserver_list available to vpn.inc
This is a follow-up to PR #1612 and avoids a crash in this script at random times.
Diffstat (limited to 'etc/rc.newipsecdns')
-rwxr-xr-x | etc/rc.newipsecdns | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.newipsecdns b/etc/rc.newipsecdns index 7fecff8..27e02d5 100755 --- a/etc/rc.newipsecdns +++ b/etc/rc.newipsecdns @@ -37,6 +37,7 @@ require_once("gwlb.inc"); require_once("functions.inc"); require_once("filter.inc"); require_once("shaper.inc"); +require_once("auth.inc"); require_once("ipsec.inc"); require_once("vpn.inc"); |