diff options
Diffstat (limited to 'src/common/address.c')
-rw-r--r-- | src/common/address.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/address.c b/src/common/address.c index c734c6fbf..e56465f0b 100644 --- a/src/common/address.c +++ b/src/common/address.c @@ -1696,3 +1696,4 @@ tor_addr_hostname_is_local(const char *name) !strcasecmp(name, "local") || !strcasecmpend(name, ".local"); } + |