]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r16057@catbus: nickm | 2007-10-23 00:08:31 -0400
authorNick Mathewson <nickm@torproject.org>
Tue, 23 Oct 2007 04:09:18 +0000 (04:09 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 23 Oct 2007 04:09:18 +0000 (04:09 +0000)
 What the heck is wrong with me that I can not type un?

svn:r12128

src/or/networkstatus.c

index 2baad3458ceecaf7bc4f9fd3c2db2242da8a6cb4..d3f8ef8c6bfc8ba774ab398b990dc082eacfcbb1 100644 (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) {