Browse Source

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

Nick Mathewson 18 years ago
parent
commit
03eb85b122
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/networkstatus.c

+ 1 - 1
src/or/networkstatus.c

@@ -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) {