aboutsummaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-12-19 09:38:46 -0500
committerNick Mathewson <nickm@torproject.org>2014-12-19 09:38:46 -0500
commiteee248bc593ab57cd905195458dd2b64c94e9ac1 (patch)
tree89ee5ff0556c663e56a6c8c9ea5f7562a9f803e8 /src/or
parentf7e8bc2b4bc0d6072a337d9420cd5cd395c9f9d2 (diff)
parent3d83907ab168dd4b8cfc0919dbbbd188f02dca6b (diff)
downloadtor-eee248bc593ab57cd905195458dd2b64c94e9ac1.tar.gz
tor-eee248bc593ab57cd905195458dd2b64c94e9ac1.zip
Merge remote-tracking branch 'dgoulet/bug13936_025_v2'
Diffstat (limited to 'src/or')
-rw-r--r--src/or/circuituse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c
index ad4a3a546d..90571360de 100644
--- a/src/or/circuituse.c
+++ b/src/or/circuituse.c
@@ -2012,7 +2012,7 @@ circuit_get_open_circ_or_launch(entry_connection_t *conn,
circ->rend_data = rend_data_dup(ENTRY_TO_EDGE_CONN(conn)->rend_data);
if (circ->base_.purpose == CIRCUIT_PURPOSE_C_ESTABLISH_REND &&
circ->base_.state == CIRCUIT_STATE_OPEN)
- rend_client_rendcirc_has_opened(circ);
+ circuit_has_opened(circ);
}
}
} /* endif (!circ) */