diff options
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index 1df592d93d..a4bc71ef65 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1127,8 +1127,8 @@ run_scheduled_events(time_t now) /** 7. And upload service descriptors if necessary. */ if (has_completed_circuit && !we_are_hibernating()) { - rend_consider_descriptor_republication(); rend_consider_services_upload(now); + rend_consider_descriptor_republication(); } /** 8. and blow away any connections that need to die. have to do this now, |