mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Patch last patch to last patch
svn:r845
This commit is contained in:
@@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user