diff options
Diffstat (limited to 'src/common/address.c')
-rw-r--r-- | src/common/address.c | 1 |
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 * |