mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 15:43:32 +01:00
Fix a comment typo in test_hs_common.c
This commit is contained in:
parent
469f47ef8d
commit
3741f9e524
@ -630,7 +630,7 @@ test_disaster_srv(void *arg)
|
|||||||
get_disaster_srv(1, srv_one);
|
get_disaster_srv(1, srv_one);
|
||||||
get_disaster_srv(2, srv_two);
|
get_disaster_srv(2, srv_two);
|
||||||
|
|
||||||
/* Check that the cached ones where updated */
|
/* Check that the cached ones were updated */
|
||||||
tt_mem_op(cached_disaster_srv_one, OP_EQ, srv_one, DIGEST256_LEN);
|
tt_mem_op(cached_disaster_srv_one, OP_EQ, srv_one, DIGEST256_LEN);
|
||||||
tt_mem_op(cached_disaster_srv_two, OP_EQ, srv_two, DIGEST256_LEN);
|
tt_mem_op(cached_disaster_srv_two, OP_EQ, srv_two, DIGEST256_LEN);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user