]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix an LCOV exclusion pattern in address.c
authorNick Mathewson <nickm@torproject.org>
Mon, 16 Apr 2018 17:48:21 +0000 (13:48 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 16 Apr 2018 17:48:21 +0000 (13:48 -0400)
src/common/address.c

index 68ad63941161d5687c8314e1eeeeedb4d731f5ff..96b99fa0828569a2d0afac10833864b18644cb4c 100644 (file)
@@ -1199,7 +1199,7 @@ tor_addr_hash(const tor_addr_t *addr)
     /* LCOV_EXCL_START */
     tor_fragile_assert();
     return 0;
-    /* LCOV_EXCL_END */
+    /* LCOV_EXCL_STOP */
   }
 }
 
@@ -1221,7 +1221,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 */
   }
 }