浏览代码

Merge branch 'maint-0.2.7'

(We already had a fix for the address test freebsd issues)
Nick Mathewson 9 年之前
父节点
当前提交
4cd93a6a59
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);