diff options
author | Roger Dingledine <arma@torproject.org> | 2008-09-09 09:21:21 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-09-09 09:21:21 +0000 |
commit | fa64d8041f88857de1e3b140c3df39022fba32ae (patch) | |
tree | 48e599d78b295a81df1c815feeb6a18d52ef1385 /src/or/main.c | |
parent | ef7af1d61e242913bcbeff1490d5300d1a9977c5 (diff) | |
download | tor-fa64d8041f88857de1e3b140c3df39022fba32ae.tar.gz tor-fa64d8041f88857de1e3b140c3df39022fba32ae.zip |
minor cleanups on karsten's patch
svn:r16810
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, |