summaryrefslogtreecommitdiffstats
path: root/mroute.c
diff options
context:
space:
mode:
authorJuanJo Ciarlante <jjo@google.com>2009-09-15 16:48:46 +0200
committerJuanJo Ciarlante <juanjosec@gmail.com>2011-03-25 13:30:29 +0100
commit51afc8b8865fe09f76b81ae341e693a5b16199f2 (patch)
tree7a7dca20b2c3bd00bf2ca8ab1bddd6db32297488 /mroute.c
parentd9c04efcdffc610163dcca988578cfe677c3af15 (diff)
downloadopenvpn-51afc8b8865fe09f76b81ae341e693a5b16199f2.tar.gz
openvpn-51afc8b8865fe09f76b81ae341e693a5b16199f2.tar.xz
openvpn-51afc8b8865fe09f76b81ae341e693a5b16199f2.zip
* support --disable-ipv6 build properly:
- tests now are pass (and fail) properly for ipv6/4 builds * more GNU indenting
Diffstat (limited to 'mroute.c')
-rw-r--r--mroute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mroute.c b/mroute.c
index 7477a51..a2c66f3 100644
--- a/mroute.c
+++ b/mroute.c
@@ -387,7 +387,7 @@ mroute_addr_print_ex (const struct mroute_addr *ma,
}
}
}
-#else /* old pre IPV6 1-line code: */
+#else /* old, pre USE_PF_INET6 code */
buf_printf (&out, "IPV6");
#endif
break;