Hi,

On Mon, Nov 2, 2015 at 10:36 AM, Samuli Seppänen <sam...@openvpn.net> wrote:

> Hi,
>
> I'll produce a special OpenVPN build with Selva's patch for testing
> tomorrow.
>


Thanks.

Please note that if the GUI is used, it should be run with
disconnect_on_suspend=0 to work well with the patch. Here is a patch for
the openvpn-gui-6 to make this the default

(gmail will most likely mess with these long lines.., sorry..)

--- openvpn-gui-6/registry.c 2013-03-07 10:13:32.000000000 -0500
+++ openvpn-gui-6.1/registry.c 2015-11-01 16:55:48.000000000 -0500
@@ -111,7 +111,7 @@

   if (!GetRegKey(_T("show_script_window"), o.show_script_window, _T("1"),
_countof(o.show_script_window))) return(false);

-  if (!GetRegKey(_T("disconnect_on_suspend"), o.disconnect_on_suspend,
_T("1"),
+  if (!GetRegKey(_T("disconnect_on_suspend"), o.disconnect_on_suspend,
_T("0"),
       _countof(o.disconnect_on_suspend))) return(false);

   if (!GetRegKey(_T("passphrase_attempts"), o.psw_attempts_string,
_T("3"),


Selva
------------------------------------------------------------------------------
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to