mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Patch last patch to last patch
svn:r845
This commit is contained in:
parent
312208eff1
commit
3d145769de
@ -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];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user