diff --git a/trunk/src/or/rendservice.c b/trunk/src/or/rendservice.c index 177716f8f0..ae6b97ca0a 100644 --- a/trunk/src/or/rendservice.c +++ b/trunk/src/or/rendservice.c @@ -574,7 +574,7 @@ rend_service_rendezvous_is_ready(circuit_t *circuit) /* Send the cell */ if (connection_edge_send_command(NULL, circuit, RELAY_COMMAND_RENDEZVOUS1, - buf, REND_COOKIE_LEN+DH_KEY_LEN+1, + buf, REND_COOKIE_LEN+DH_KEY_LEN+DIGEST_LEN, circuit->cpath->prev)<0) { log_fn(LOG_WARN, "Couldn't send RENDEZVOUS1 cell"); goto err;