diff options
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r-- | src/or/rendservice.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c index 773b25eac9..984bf7e7cd 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -738,8 +738,7 @@ rend_service_intro_has_opened(origin_circuit_t *circuit) if (!service) { log_warn(LD_REND, "Unrecognized service ID %s on introduction circuit %d.", serviceid, circuit->_base.n_circ_id); - /* XXXX Add a no-such-servicer reason? */ - reason = END_CIRC_REASON_CONNECTFAILED; + reason = END_CIRC_REASON_NOSUCHSERVICE; goto err; } |