mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
only establish intro points after we've gotten a directory
svn:r2276
This commit is contained in:
parent
6e9e467b1d
commit
807a484b88
@ -292,6 +292,7 @@ void circuit_build_needed_circs(time_t now) {
|
||||
connection_ap_attach_pending();
|
||||
|
||||
/* make sure any hidden services have enough intro points */
|
||||
if(has_fetched_directory)
|
||||
rend_services_introduce();
|
||||
|
||||
circ = circuit_get_youngest_clean_open(CIRCUIT_PURPOSE_C_GENERAL);
|
||||
|
Loading…
Reference in New Issue
Block a user