diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-12-25 16:04:16 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-12-25 16:04:16 +0100 |
commit | d02c5af48106c89d510a11b4b1b4ba3d47f502c1 (patch) | |
tree | fd16f11ca0abe2d05069e77ef38c467c0b3c6f48 /openvpn/src/openvpn/options.h | |
parent | 3a388608e2b8292f9bbd20c85ac3cc97429cc242 (diff) |
OpenVPN fixes
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 91387845..909cb38a 100644 --- a/openvpn/src/openvpn/options.h +++ b/openvpn/src/openvpn/options.h @@ -153,7 +153,6 @@ struct connection_list { int len; int current; - int n_cycles; struct connection_entry *array[CONNECTION_LIST_SIZE]; }; |