mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
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:
parent
64d8db955f
commit
03eb85b122
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user