This slipped in with commit d0085293.

Signed-off-by: Heiko Hund <heiko.h...@sophos.com>
---
 src/openvpn/route.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/openvpn/route.c b/src/openvpn/route.c
index 13eed5f..825ea47 100644
--- a/src/openvpn/route.c
+++ b/src/openvpn/route.c
@@ -2117,7 +2117,7 @@ test_routes (const struct route_list *rl, const struct 
tuntap *tt)

       if (rl)
        {
-         struct route *r;
+         struct route_ipv4 *r;
          for (r = rl->routes, len = 0; r; r = r->next, ++len)
            test_route_helper (&ret, &count, &good, &ambig, adapters, 
r->gateway);

-- 
1.7.9.5


Reply via email to