From 42b5e3cbb76eb4a7e0dcca8945217351c3ef1bb4 Mon Sep 17 00:00:00 2001 From: Neel Chauhan Date: Sat, 9 Sep 2017 17:12:37 -0400 Subject: Remove networkstatus_nickname_is_unnamed() --- src/or/nodelist.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/or/nodelist.c') diff --git a/src/or/nodelist.c b/src/or/nodelist.c index 00b8fb144f..394c3ae736 100644 --- a/src/or/nodelist.c +++ b/src/or/nodelist.c @@ -859,14 +859,6 @@ node_get_by_nickname,(const char *nickname, unsigned flags)) return node_get_by_id(named_id); } - /* Is it marked as owned-by-someone-else? */ - if (networkstatus_nickname_is_unnamed(nickname)) { - log_info(LD_GENERAL, "The name %s is listed as Unnamed: there is some " - "router that holds it, but not one listed in the current " - "consensus.", escaped(nickname)); - return NULL; - } - /* Okay, so the name is not canonical for anybody. */ { smartlist_t *matches = smartlist_new(); -- cgit v1.2.3-54-g00ecf