|
@@ -292,7 +292,8 @@ void circuit_build_needed_circs(time_t now) {
|
|
|
connection_ap_attach_pending();
|
|
|
|
|
|
/* make sure any hidden services have enough intro points */
|
|
|
- rend_services_introduce();
|
|
|
+ if(has_fetched_directory)
|
|
|
+ rend_services_introduce();
|
|
|
|
|
|
circ = circuit_get_youngest_clean_open(CIRCUIT_PURPOSE_C_GENERAL);
|
|
|
|