[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r16578: {tor} All the controller things want their stuff in v2 format. Wel (tor/trunk/src/or)
Author: weasel
Date: 2008-08-17 04:26:02 -0400 (Sun, 17 Aug 2008)
New Revision: 16578
Modified:
tor/trunk/src/or/networkstatus.c
Log:
All the controller things want their stuff in v2 format. Well then, maybe that's already sufficient
Modified: tor/trunk/src/or/networkstatus.c
===================================================================
--- tor/trunk/src/or/networkstatus.c 2008-08-17 08:14:57 UTC (rev 16577)
+++ tor/trunk/src/or/networkstatus.c 2008-08-17 08:26:02 UTC (rev 16578)
@@ -1779,7 +1779,7 @@
networkstatus_getinfo_helper_single(routerstatus_t *rs)
{
char buf[RS_ENTRY_LEN+1];
- routerstatus_format_entry(buf, sizeof(buf), rs, NULL, 0, 0);
+ routerstatus_format_entry(buf, sizeof(buf), rs, NULL, 0, 1);
return tor_strdup(buf);
}