Procházet zdrojové kódy

Merge branch 'maint-0.2.9' into maint-0.3.1

Nick Mathewson před 6 roky
rodič
revize
5e0fbd7006
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/common/address.c

+ 1 - 1
src/common/address.c

@@ -1223,7 +1223,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 */
   }
 }