mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-03 00:53:32 +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_get_by_edge_conn(connection_t *conn)
|
||||||
{
|
{
|
||||||
circuit_t *circ;
|
circuit_t *circ;
|
||||||
|
#if 0
|
||||||
connection_t *tmpconn;
|
connection_t *tmpconn;
|
||||||
|
#endif
|
||||||
tor_assert(CONN_IS_EDGE(conn));
|
tor_assert(CONN_IS_EDGE(conn));
|
||||||
|
|
||||||
if (! conn->on_circuit) {
|
if (! conn->on_circuit) {
|
||||||
|
Loading…
Reference in New Issue
Block a user