瀏覽代碼

All the controller things want their stuff in v2 format. Well then, maybe that's already sufficient

svn:r16578
Peter Palfrader 17 年之前
父節點
當前提交
87a5962abb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/networkstatus.c

+ 1 - 1
src/or/networkstatus.c

@@ -1779,7 +1779,7 @@ char *
 networkstatus_getinfo_helper_single(routerstatus_t *rs)
 networkstatus_getinfo_helper_single(routerstatus_t *rs)
 {
 {
   char buf[RS_ENTRY_LEN+1];
   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);
   return tor_strdup(buf);
 }
 }