浏览代码

Merge branch 'maint-0.3.3'

Nick Mathewson 6 年之前
父节点
当前提交
c7d3de216c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/common/address.c

+ 1 - 1
src/common/address.c

@@ -1225,7 +1225,7 @@ tor_addr_keyed_hash(const struct sipkey *key, const tor_addr_t *addr)
     /* LCOV_EXCL_START */
     tor_fragile_assert();
     return 0;
-    /* LCOV_EXCL_END */
+    /* LCOV_EXCL_STOP */
   }
 }