mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
remove unused code
svn:r3629
This commit is contained in:
parent
bfa9a72d5e
commit
797419a62c
@ -478,7 +478,6 @@ int circuit_extend(cell_t *cell, circuit_t *circ) {
|
||||
relay_header_t rh;
|
||||
char *onionskin;
|
||||
char *id_digest=NULL;
|
||||
routerinfo_t *router;
|
||||
|
||||
if (circ->n_conn) {
|
||||
log_fn(LOG_WARN,"n_conn already set. Bug/attack. Closing.");
|
||||
@ -508,8 +507,6 @@ int circuit_extend(cell_t *cell, circuit_t *circ) {
|
||||
log_fn(LOG_INFO,"Next router (%s:%d) not connected. Connecting.",
|
||||
inet_ntoa(in), circ->n_port);
|
||||
|
||||
router = router_get_by_digest(id_digest);
|
||||
|
||||
memcpy(circ->onionskin, onionskin, ONIONSKIN_CHALLENGE_LEN);
|
||||
circ->state = CIRCUIT_STATE_OR_WAIT;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user