mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'maint-0.4.5'
This commit is contained in:
@@ -2155,7 +2155,8 @@ hs_service_callback(time_t now, const or_options_t *options)
|
||||
/* We need to at least be able to build circuits and that we actually have
|
||||
* a working network. */
|
||||
if (!have_completed_a_circuit() || net_is_disabled() ||
|
||||
networkstatus_get_live_consensus(now) == NULL) {
|
||||
!networkstatus_get_reasonably_live_consensus(now,
|
||||
usable_consensus_flavor())) {
|
||||
goto end;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user