Skip to content
Snippets Groups Projects
Commit 3d145769 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Patch last patch to last patch

svn:r845
parent 312208ef
No related branches found
No related tags found
No related merge requests found
......@@ -351,7 +351,7 @@ static routerinfo_t *choose_good_exit_server(directory_t *dir)
if (i) {
--i;
} else {
log_fn(LOG_DEBUG, "Chose exit server '%s'", dir->routers[i]->nickname);
log_fn(LOG_DEBUG, "Chose exit server '%s'", dir->routers[j]->nickname);
return dir->routers[j];
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment