diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-12-16 10:31:43 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-12-16 10:31:43 +0100 |
commit | 3a42093ba277e1195c889291a6c5bd9326ecf254 (patch) | |
tree | 3ee01ba6e20006b51bc629aca0b38d19914fcf60 /openvpn/src/openvpn/options.h | |
parent | a84d2bd237b17dca5227637471595050afe2a76e (diff) |
connect-retry fix
Diffstat (limited to 'openvpn/src/openvpn/options.h')
-rw-r--r-- | openvpn/src/openvpn/options.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openvpn/src/openvpn/options.h b/openvpn/src/openvpn/options.h index 62b1cbf3..91387845 100644 --- a/openvpn/src/openvpn/options.h +++ b/openvpn/src/openvpn/options.h @@ -97,7 +97,6 @@ struct connection_entry bool bind_defined; bool bind_local; int connect_retry_seconds; - bool connect_retry_defined; int connect_timeout; bool connect_timeout_defined; #ifdef ENABLE_HTTP_PROXY |