When committing
7756043c01dd0b, something odd happened causing
the patch to have a duplicate 'ifconfig_ipv6_remote =' assignment.
Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <
1479321495-1339-1-git-send-email-davids@openvpn.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13103.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
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",