mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 07:03:44 +01:00
whitespace fixup
This commit is contained in:
parent
612c7f3242
commit
c94f3711ee
@ -650,7 +650,7 @@ command_process_netinfo_cell(cell_t *cell, or_connection_t *conn)
|
|||||||
received_netinfo_from_trusted_dir = 2;
|
received_netinfo_from_trusted_dir = 2;
|
||||||
/* Connect to a trusted dir to trigger a NETINFO cell
|
/* Connect to a trusted dir to trigger a NETINFO cell
|
||||||
* only if we haven't already */
|
* only if we haven't already */
|
||||||
} else if(received_netinfo_from_trusted_dir == 0) {
|
} else if (received_netinfo_from_trusted_dir == 0) {
|
||||||
routerstatus_t *any_trusted_dir =
|
routerstatus_t *any_trusted_dir =
|
||||||
router_pick_trusteddirserver(NO_AUTHORITY, 0);
|
router_pick_trusteddirserver(NO_AUTHORITY, 0);
|
||||||
tor_addr_t trusted_dir_addr;
|
tor_addr_t trusted_dir_addr;
|
||||||
@ -679,3 +679,4 @@ command_process_netinfo_cell(cell_t *cell, or_connection_t *conn)
|
|||||||
conn->_base.port, (int)conn->link_proto);
|
conn->_base.port, (int)conn->link_proto);
|
||||||
assert_connection_ok(TO_CONN(conn),time(NULL));
|
assert_connection_ok(TO_CONN(conn),time(NULL));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user