summaryrefslogtreecommitdiffstats
path: root/openvpn.c
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-06-11 10:48:50 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-06-11 10:48:50 +0000
commit4e9a51d78ffa0696cf7d14ff0292ca8863689f70 (patch)
tree0509760011393888bddef1bfc0330d6a5b670671 /openvpn.c
parent90efcacba6378a4e29275cd6e9914d73d836a4a4 (diff)
downloadopenvpn-4e9a51d78ffa0696cf7d14ff0292ca8863689f70.tar.gz
openvpn-4e9a51d78ffa0696cf7d14ff0292ca8863689f70.tar.xz
openvpn-4e9a51d78ffa0696cf7d14ff0292ca8863689f70.zip
Merged connection profiles from
http://svn.openvpn.net/projects/openvpn/test/conn git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2993 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'openvpn.c')
-rw-r--r--openvpn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openvpn.c b/openvpn.c
index f1bf169..5e87fee 100644
--- a/openvpn.c
+++ b/openvpn.c
@@ -138,7 +138,7 @@ main (int argc, char *argv[])
#endif
/* initialize options to default state */
- init_options (&c.options);
+ init_options (&c.options, true);
/* parse command line options, and read configuration file */
parse_argv (&c.options, argc, argv, M_USAGE, OPT_P_DEFAULT, NULL, c.es);
@@ -169,7 +169,7 @@ main (int argc, char *argv[])
break;
/* sanity check on options */
- options_postprocess (&c.options, c.first_time);
+ options_postprocess (&c.options);
/* show all option settings */
show_settings (&c.options);