aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c
index d645d4731..dbac400e0 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -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;