From 890847d232015ccb3242b53a05da5844e55291aa Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 13 Sep 2005 21:18:00 +0000 Subject: [PATCH] I forgot -- smart kids make their code compile. svn:r5032 --- src/or/routerlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 85446a8075..352e3f5325 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -169,7 +169,7 @@ router_append_to_journal(const char *s, size_t len) } tor_free(fname); - router_log_len += len; + router_journal_len += len; return 0; } @@ -224,7 +224,7 @@ router_rebuild_store(int force) r = 0; router_store_len = len; - router_log_len = 0; + router_journal_len = 0; done: tor_free(fname); if (chunk_list) {