diff options
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index d85ffa1f8..519dd784a 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -2757,7 +2757,7 @@ routers_update_all_from_networkstatus(void) } } - entry_nodes_set_status_from_directory(); + entry_guards_set_status_from_directory(); if (!have_warned_about_old_version) { int n_recent = 0; |