aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/router.c')
-rw-r--r--src/or/router.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c
index e53a27d01..3a9ee99de 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -321,7 +321,7 @@ void router_retry_connections(void) {
CONN_TYPE_OR)) {
/* not in the list */
log_fn(LOG_DEBUG,"connecting to OR %s:%u.",router->address,router->or_port);
- connection_or_connect(router);
+ connection_or_connect(router->addr, router->or_port, router->identity_digest);
}
}
}