From: Gert Doering Date: Sun, 10 Jun 2012 15:41:28 +0000 (+0200) Subject: remove "*option" element in "struct route_ipv6" X-Git-Tag: v2.3_alpha2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3204ac73ade94fdedbed87ab92e3adb28daada88;p=thirdparty%2Fopenvpn.git remove "*option" element in "struct route_ipv6" this used to point to the "route_ipv6_option" that created this specific route entry, but nobody ever queried this field -> dead code. Signed-off-by: Gert Doering Acked-by: David Sommerseth Message-Id: 1339342891-28443-3-git-send-email-gert@greenie.muc.de URL: http://article.gmane.org/gmane.network.openvpn.devel/6714 Signed-off-by: David Sommerseth --- diff --git a/src/openvpn/route.h b/src/openvpn/route.h index c0f5f574a..e63db595d 100644 --- a/src/openvpn/route.h +++ b/src/openvpn/route.h @@ -124,7 +124,6 @@ struct route { struct route_ipv6 { bool defined; - const struct route_ipv6_option *option; struct in6_addr network; unsigned int netbits; struct in6_addr gateway;