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:
Nick Mathewson
2007-10-22 17:43:07 +00:00
parent 09bce19884
commit 4165d53daf
+1 -1
View File
@@ -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? */