mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
All the controller things want their stuff in v2 format. Well then, maybe that's already sufficient
svn:r16578
This commit is contained in:
parent
d3be2cb7fb
commit
87a5962abb
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user