mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
let bob replenish his intro points and republish service desc
as necessary svn:r1528
This commit is contained in:
parent
34f748beda
commit
4df06ab5bb
@ -333,6 +333,7 @@ static void run_scheduled_events(time_t now) {
|
|||||||
* our descriptor (if any). */
|
* our descriptor (if any). */
|
||||||
if(time_to_fetch_directory < now) {
|
if(time_to_fetch_directory < now) {
|
||||||
/* it's time to fetch a new directory and/or post our descriptor */
|
/* it's time to fetch a new directory and/or post our descriptor */
|
||||||
|
rend_services_init(); /* make new intro points and re-upload if necessary */
|
||||||
if(options.ORPort) {
|
if(options.ORPort) {
|
||||||
router_rebuild_descriptor();
|
router_rebuild_descriptor();
|
||||||
router_upload_dir_desc_to_dirservers();
|
router_upload_dir_desc_to_dirservers();
|
||||||
|
Loading…
Reference in New Issue
Block a user