When committing 7756043c01dd0b, something odd happened causing the patch to have a duplicate 'ifconfig_ipv6_remote =' assignment.
Signed-off-by: David Sommerseth <dav...@openvpn.net> --- src/openvpn/tun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openvpn/tun.c b/src/openvpn/tun.c index 3815f0f..77ae72f 100644 --- a/src/openvpn/tun.c +++ b/src/openvpn/tun.c @@ -975,7 +975,7 @@ do_ifconfig (struct tuntap *tt, if ( tt->type == DEV_TYPE_TUN ) { const char *ifconfig_ipv6_remote = - ifconfig_ipv6_remote = print_in6_addr (tt->remote_ipv6, 0, &gc); + print_in6_addr (tt->remote_ipv6, 0, &gc); argv_printf (&argv, "%s %s inet6 plumb %s/%d %s up", -- 1.8.3.1 ------------------------------------------------------------------------------ _______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel