From fa64d8041f88857de1e3b140c3df39022fba32ae Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 9 Sep 2008 09:21:21 +0000 Subject: minor cleanups on karsten's patch svn:r16810 --- src/or/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/main.c') 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, -- cgit v1.2.3-54-g00ecf