mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 23:21:38 +01:00
Merge branch 'bug23331_032_01_squashed'
This commit is contained in:
commit
56df123933
1 changed files with 2 additions and 1 deletions
|
@ -2110,7 +2110,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()) {
|
||||
if (!have_completed_a_circuit() || net_is_disabled() ||
|
||||
networkstatus_get_live_consensus(now) == NULL) {
|
||||
goto end;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue