aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r--src/or/rendservice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index 353c671550..ead9f3fe66 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -3075,7 +3075,7 @@ rend_services_introduce(void)
* an intro point to. */
smartlist_t *exclude_nodes = smartlist_new();
- if (!can_complete_circuit)
+ if (!have_completed_a_circuit())
return;
now = time(NULL);