Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ZerXes
Tor
Commits
bbddd500
Commit
bbddd500
authored
May 07, 2003
by
Roger Dingledine
Browse files
fix double-semicolon parse error
svn:r270
parent
445cd8f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/main.c
View file @
bbddd500
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment