r16057@catbus: nickm | 2007-10-23 00:08:31 -0400

What the heck is wrong with me that I can not type un?


svn:r12128
This commit is contained in:
Nick Mathewson 2007-10-23 04:09:18 +00:00
parent 64d8db955f
commit 03eb85b122

View File

@ -1407,7 +1407,7 @@ routerstatus_list_update_named_server_map(void)
named_server_map = strmap_new();
if (unnamed_server_map)
strmap_free(unnamed_server_map, NULL);
named_server_map = strmap_new();
unnamed_server_map = strmap_new();
SMARTLIST_FOREACH(current_consensus->routerstatus_list, routerstatus_t *, rs,
{
if (rs->is_named) {