aboutsummaryrefslogtreecommitdiff
path: root/src/common/address.c
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2012-06-29 19:32:34 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2012-09-05 18:23:28 +0300
commit44fe717524408d247ab10e3794438232d81d66dc (patch)
tree51c23d566b2812aeeac0e24bfad88fecfa8d7159 /src/common/address.c
parent443260ffd8370c0fddefad42479b957132e8d275 (diff)
downloadtor-44fe717524408d247ab10e3794438232d81d66dc.tar
tor-44fe717524408d247ab10e3794438232d81d66dc.tar.gz
General tweaks and fixes for Nick's comments.
* Add changes/ files. * Edit the tor-fw-helper manpage. * Fix check-spaces. * Add prototype for get_list_of_ports_to_forward(). * Fix tor_parse_long() TCP port range. * Improve doc. of tor_check_port_forwarding(). * Check for overflows in tor_check_port_forwarding(). * Demote successful port forwarding to LOG_INFO. Conflicts: src/common/address.c src/or/circuitbuild.c
Diffstat (limited to 'src/common/address.c')
-rw-r--r--src/common/address.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/address.c b/src/common/address.c
index e5862be1e..ac45cba95 100644
--- a/src/common/address.c
+++ b/src/common/address.c
@@ -1697,7 +1697,6 @@ tor_addr_hostname_is_local(const char *name)
!strcasecmpend(name, ".local");
}
-
/** Return a newly allocated tor_addr_port_t with <b>addr</b> and
<b>port</b> filled in. */
tor_addr_port_t *