mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
put a blank line in the directory, before the first router
this makes it easier to read (at least for me) svn:r613
This commit is contained in:
parent
f96f964a19
commit
35dcfcb145
@ -353,7 +353,7 @@ dirserv_dump_directory_to_string(char *s, int maxlen,
|
|||||||
"signed-directory\n"
|
"signed-directory\n"
|
||||||
"published %s\n"
|
"published %s\n"
|
||||||
"recommended-software "RECOMMENDED_SOFTWARE_VERSIONS"\n"
|
"recommended-software "RECOMMENDED_SOFTWARE_VERSIONS"\n"
|
||||||
"running-routers %s\n", published, cp);
|
"running-routers %s\n\n", published, cp);
|
||||||
free(cp);
|
free(cp);
|
||||||
i = strlen(s);
|
i = strlen(s);
|
||||||
cp = s+i;
|
cp = s+i;
|
||||||
|
Loading…
Reference in New Issue
Block a user