aboutsummaryrefslogtreecommitdiff
path: root/src/or/hs_client.c
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2017-09-08 19:06:20 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2017-09-08 19:07:00 +0300
commite7bdb9eedce5edd014090883c222eb474648a87b (patch)
tree0e79177d9cc25296ef1c6483096f6338528389c6 /src/or/hs_client.c
parenteb81a8e69c654abc0830ce76899945235cf09d7d (diff)
downloadtor-e7bdb9eedce5edd014090883c222eb474648a87b.tar.gz
tor-e7bdb9eedce5edd014090883c222eb474648a87b.zip
prop224: hs_time_between_tp_and_srv() -> hs_in_period_between_tp_and_srv()
Conflicts: src/or/nodelist.c
Diffstat (limited to 'src/or/hs_client.c')
-rw-r--r--src/or/hs_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hs_client.c b/src/or/hs_client.c
index 4f467c7ec6..c9709b4d2d 100644
--- a/src/or/hs_client.c
+++ b/src/or/hs_client.c
@@ -183,7 +183,7 @@ pick_hsdir_v3(const ed25519_public_key_t *onion_identity_pk)
}
/* Get responsible hsdirs of service for this time period */
- is_new_tp = hs_time_between_tp_and_srv(NULL, time(NULL));
+ is_new_tp = hs_in_period_between_tp_and_srv(NULL, time(NULL));
hs_get_responsible_hsdirs(&blinded_pubkey, current_time_period,
is_new_tp, 1, responsible_hsdirs);