summaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-03-19 01:21:59 +0000
committerRoger Dingledine <arma@torproject.org>2006-03-19 01:21:59 +0000
commitc06e6ddaddf116ab6554201957853bec278f62b3 (patch)
tree0f15452b91ff17fbca4ae7198aa418375fc7efee /src/or/rendservice.c
parent7e2aa67fcb297aa69185d1b2b2fcf46e1195f5f4 (diff)
downloadtor-c06e6ddaddf116ab6554201957853bec278f62b3.tar.gz
tor-c06e6ddaddf116ab6554201957853bec278f62b3.zip
Finish the transition from the word 'verified' to the words
'named' and 'valid'. svn:r6188
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 5292e5e9c5..81a70ff391 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -999,7 +999,7 @@ rend_services_introduce(void)
char *hex_digest;
router = router_choose_random_node(service->intro_prefer_nodes,
service->intro_exclude_nodes, exclude_routers, 1, 0, 0,
- get_options()->_AllowUnverified & ALLOW_UNVERIFIED_INTRODUCTION,
+ get_options()->_AllowInvalid & ALLOW_INVALID_INTRODUCTION,
0);
if (!router) {
log_warn(LD_REND,