Fix a bug in displaying IPv6 addrs in test_op_ipv6_ with --verbose
commit0e1b228aa6b5ed7665ba5167a2b88924e58fb9b5
authorNick Mathewson <nickm@torproject.org>
Tue, 11 Oct 2016 23:22:46 +0000 (11 19:22 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 12 Oct 2016 00:09:24 +0000 (11 20:09 -0400)
treea972275f9370f60aaf60e8653bc2e212c481556d
parent2e7e635c593f13012303ced2bb85d50ed3195d24
Fix a bug in displaying IPv6 addrs in test_op_ipv6_ with --verbose

The test code, if it failed, or if it was run in verbose mode, would
use the wrong variable for its loop.  Patch from rubiate uploaded to
19999.
src/test/test_addr.c