Browse Source

Merge branch 'maint-0.2.7'

(We already had a fix for the address test freebsd issues)
Nick Mathewson 8 years ago
parent
commit
4cd93a6a59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/test/test_address.c

+ 1 - 1
src/test/test_address.c

@@ -532,7 +532,7 @@ test_address_get_if_addrs_ioctl(void *arg)
     }
   }
 
-  done:
+ done:
   if (result) {
     SMARTLIST_FOREACH(result, tor_addr_t *, t, tor_free(t));
     smartlist_free(result);