mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Patch last patch.
svn:r843
This commit is contained in:
parent
0e5abcb635
commit
dde0eb6570
@ -351,12 +351,13 @@ static routerinfo_t *choose_good_exit_server(directory_t *dir)
|
|||||||
if (i) {
|
if (i) {
|
||||||
--i;
|
--i;
|
||||||
} else {
|
} else {
|
||||||
|
log_fn(LOG_DEBUG, "Chose exit server '%s'", dir->routers[i]->nickname);
|
||||||
return dir->routers[j];
|
return dir->routers[j];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
log_fn(LOG_DEBUG, "Chose exit server '%s'", dir->routers[i]->nickname);
|
assert(0);
|
||||||
return dir->routers[i];
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
cpath_build_state_t *onion_new_cpath_build_state(void) {
|
cpath_build_state_t *onion_new_cpath_build_state(void) {
|
||||||
|
Loading…
Reference in New Issue
Block a user