diff options
author | Roger Dingledine <arma@torproject.org> | 2008-12-25 15:37:47 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-12-25 15:37:47 +0000 |
commit | a12c3f2c86d967bce7253e78f4c42929b03cc87d (patch) | |
tree | 3d17dfd8fca4ff9556ddeed3a23b281632d69a2e /src/or/test.c | |
parent | 4a1fd99899b654081465d42f4df8a9d119f906c8 (diff) | |
download | tor-a12c3f2c86d967bce7253e78f4c42929b03cc87d.tar.gz tor-a12c3f2c86d967bce7253e78f4c42929b03cc87d.zip |
some fixes i found in my sandbox
svn:r17771
Diffstat (limited to 'src/or/test.c')
-rw-r--r-- | src/or/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/test.c b/src/or/test.c index 4f8fbb0a5e..3b022f7f22 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -1388,7 +1388,7 @@ _test_eq_ip6(struct in6_addr *a, struct in6_addr *b, const char *e1, STMT_END /** Helper: assert that <b>a</b> parses by tor_inet_pton() into a address that - * passes tor_addr_is_internal() with <b>for_listening</b> */ + * passes tor_addr_is_internal() with <b>for_listening</b>. */ #define test_internal_ip(a,for_listening) STMT_BEGIN \ test_eq(tor_inet_pton(AF_INET6, a, &t1.addr.in6_addr), 1); \ t1.family = AF_INET6; \ |