mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
fix another compile warn
svn:r4516
This commit is contained in:
parent
3bb756b93b
commit
271d49958e
@ -385,7 +385,9 @@ circuit_t *
|
||||
circuit_get_by_edge_conn(connection_t *conn)
|
||||
{
|
||||
circuit_t *circ;
|
||||
#if 0
|
||||
connection_t *tmpconn;
|
||||
#endif
|
||||
tor_assert(CONN_IS_EDGE(conn));
|
||||
|
||||
if (! conn->on_circuit) {
|
||||
|
Loading…
Reference in New Issue
Block a user