mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r16045@catbus: nickm | 2007-10-22 13:35:02 -0400
Oops; fix a typo that would have messed with the Unnamed implementation. svn:r12108
This commit is contained in:
@@ -810,7 +810,7 @@ router_get_consensus_status_by_nickname(const char *nickname,
|
||||
return networkstatus_vote_find_entry(current_consensus, named_id);
|
||||
|
||||
if (unnamed_server_map &&
|
||||
strmap_get_lc(named_server_map, nickname))
|
||||
strmap_get_lc(unnamed_server_map, nickname))
|
||||
return NULL; /* XXXX020 should we warn? */
|
||||
|
||||
/*XXXX020 is this behavior really what we want? */
|
||||
|
||||
Reference in New Issue
Block a user