[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r12128: What the heck is wrong with me that I can not type un? (in tor/trunk: . src/or)
Author: nickm
Date: 2007-10-23 00:09:18 -0400 (Tue, 23 Oct 2007)
New Revision: 12128
Modified:
tor/trunk/
tor/trunk/src/or/networkstatus.c
Log:
r16057@catbus: nickm | 2007-10-23 00:08:31 -0400
What the heck is wrong with me that I can not type un?
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r16057] on 8246c3cf-6607-4228-993b-4d95d33730f1
Modified: tor/trunk/src/or/networkstatus.c
===================================================================
--- tor/trunk/src/or/networkstatus.c 2007-10-23 03:11:46 UTC (rev 12127)
+++ tor/trunk/src/or/networkstatus.c 2007-10-23 04:09:18 UTC (rev 12128)
@@ -1407,7 +1407,7 @@
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) {