]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
fix route struct name
authorHeiko Hund <heiko.hund@sophos.com>
Tue, 1 Apr 2014 10:06:43 +0000 (12:06 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 1 Apr 2014 13:41:12 +0000 (15:41 +0200)
This slipped in with commit d0085293.

Signed-off-by: Heiko Hund <heiko.hund@sophos.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1396346803-31772-1-git-send-email-heiko.hund@sophos.com>
URL: http://article.gmane.org/gmane.network.openvpn.devel/8421
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/route.c

index 13eed5f98c0c4c20f2fe1b603677f9dd1d7834a4..825ea479b405833c940bc6277a37be847202b86c 100644 (file)
@@ -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);