mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +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"
|
||||
"published %s\n"
|
||||
"recommended-software "RECOMMENDED_SOFTWARE_VERSIONS"\n"
|
||||
"running-routers %s\n", published, cp);
|
||||
"running-routers %s\n\n", published, cp);
|
||||
free(cp);
|
||||
i = strlen(s);
|
||||
cp = s+i;
|
||||
|
Loading…
Reference in New Issue
Block a user