aboutsummaryrefslogtreecommitdiff
path: root/src/common/address.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-04-16 13:48:23 -0400
committerNick Mathewson <nickm@torproject.org>2018-04-16 13:48:23 -0400
commit9ef4c05df8323850b5894782f435da15810d6189 (patch)
tree4ab22a613735b0a4aa9ea451274f00c48507dfbe /src/common/address.c
parent22845df2a7503ed73ed325c3a98916f289918caa (diff)
parentc5899d5cf3a761f4049c1d6f05232731edcfeb57 (diff)
downloadtor-9ef4c05df8323850b5894782f435da15810d6189.tar.gz
tor-9ef4c05df8323850b5894782f435da15810d6189.zip
Merge branch 'maint-0.3.2' into maint-0.3.3
Diffstat (limited to 'src/common/address.c')
-rw-r--r--src/common/address.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/address.c b/src/common/address.c
index a2f4c93b91..ecdbbab7b1 100644
--- a/src/common/address.c
+++ b/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 */
}
}