From c4ed331d8d6c115e238c282cf6204acf1e5b2583 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 15 Dec 2006 08:14:32 +0000 Subject: oh, and catch the other instance we should fix svn:r9122 --- src/or/router.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/router.c') diff --git a/src/or/router.c b/src/or/router.c index f691962133..ffc7b38fa0 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -306,7 +306,7 @@ init_keys(void) * start the clock ticking now so that we will eventually rotate it even * if we don't stay up for a full MIN_ONION_KEY_LIFETIME. */ state->LastRotatedOnionKey = time(NULL); - or_state_mark_dirty(state, time(NULL)+600); + or_state_mark_dirty(state, 0); } tor_snprintf(keydir,sizeof(keydir),"%s/keys/secret_onion_key.old",datadir); -- cgit v1.2.3-54-g00ecf