diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-15 09:37:40 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-15 15:07:52 -0400 |
commit | 2491fff5a6fda1c1e2044d332e551907a579929d (patch) | |
tree | cc8dac418a9ae68b9e7ec717f3a8764d532584be /src/common/address.c | |
parent | 8030ec4f272d470b9d01b7095f17252aaca163c2 (diff) | |
download | tor-2491fff5a6fda1c1e2044d332e551907a579929d.tar.gz tor-2491fff5a6fda1c1e2044d332e551907a579929d.zip |
Triage the XXX023 and XXX022 comments: postpone many.
Diffstat (limited to 'src/common/address.c')
-rw-r--r-- | src/common/address.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/address.c b/src/common/address.c index e56465f0ba..30665fab27 100644 --- a/src/common/address.c +++ b/src/common/address.c @@ -1363,7 +1363,7 @@ get_interface_address6(int severity, sa_family_t family, tor_addr_t *addr) /* ====== * IPv4 helpers - * XXXX023 IPv6 deprecate some of these. + * XXXX024 IPv6 deprecate some of these. */ /** Return true iff <b>ip</b> (in host order) is an IP reserved to localhost, |