소스 검색

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)
 {
   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);
 }