From 0b884dd234eba451d4278ec69e3b3dd80dbe8bd4 Mon Sep 17 00:00:00 2001 From: Ingo Bauersachs Date: Fri, 17 Apr 2015 10:16:09 +0200 Subject: [PATCH] Make auth_get_authserver_list available to vpn.inc This is a follow-up to PR #1613 and avoids a crash in this script at random times. --- etc/rc.newipsecdns | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/rc.newipsecdns b/etc/rc.newipsecdns index 870283a198..ad8f55104b 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");