diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-04-19 12:41:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-04-19 12:41:01 -0400 |
commit | 4a7f979b54c1400190e037b818a241b92e40aabd (patch) | |
tree | ef602fa3031a62cad0ce87f5037ea5f4fe479d8e /src/common/address.c | |
parent | 9eeb902d1215afb54f26c91a5e6e372b9b2553f2 (diff) | |
parent | 5cc322e5472996fda6095e54de302c0f5c68ea92 (diff) | |
download | tor-4a7f979b54c1400190e037b818a241b92e40aabd.tar.gz tor-4a7f979b54c1400190e037b818a241b92e40aabd.zip |
Merge remote-tracking branch 'origin/maint-0.2.2'
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 5b143b0650..b612149157 100644 --- a/src/common/address.c +++ b/src/common/address.c @@ -604,7 +604,7 @@ tor_addr_parse_mask_ports(const char *s, tor_addr_t *addr_out, if (family == AF_INET6 && v4map) { if (bits > 32 && bits < 96) { /* Crazy */ log_warn(LD_GENERAL, - "Bad mask bits %i for V4-mapped V6 address; rejecting.", + "Bad mask bits %d for V4-mapped V6 address; rejecting.", bits); goto err; } |