From e1791bb11ae85366dfb4d0173a8d7b5751a7a407 Mon Sep 17 00:00:00 2001 From: james Date: Tue, 4 Oct 2005 11:51:44 +0000 Subject: Added support for openvpn_plugin_select_initialization_point_v1 2.1_beta1 git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@591 e7ae566f-a301-0410-adde-c780ea21d3b5 --- openvpn.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openvpn.c') diff --git a/openvpn.c b/openvpn.c index 41150de..eff610a 100644 --- a/openvpn.c +++ b/openvpn.c @@ -149,7 +149,8 @@ main (int argc, char *argv[]) #ifdef ENABLE_PLUGIN /* plugins may contribute options configuration */ init_verb_mute (&c, IVM_LEVEL_1); - open_plugins (&c, true); + init_plugins (&c); + open_plugins (&c, true, OPENVPN_PLUGIN_INIT_PRE_CONFIG_PARSE); #endif /* init verbosity and mute levels */ -- cgit