mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
fix double-semicolon parse error
svn:r270
This commit is contained in:
parent
445cd8f0f1
commit
bbddd50082
@ -625,7 +625,7 @@ int dump_router_to_string(char *s, int maxlen, routerinfo_t *router) {
|
||||
void dump_directory_to_string(char *s, int maxlen)
|
||||
{
|
||||
directory_t dir;
|
||||
routerinfo_t **routers = NULL;;
|
||||
routerinfo_t **routers = NULL;
|
||||
connection_t *conn;
|
||||
routerinfo_t *router;
|
||||
int i, n = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user