bug17357 443 B

1234567
  1. o Minor bugfixes (onion services):
  2. - If we are relaunching a circuit to a rendevous service in
  3. rend_service_relaunch_rendezvous() and hs_service_requires_uptime_circ()
  4. is true, the CIRCLAUNCH_NEED_UPTIME flag is added to the circuit.
  5. Previously, we only set this flag when we received a INTRODUCE2
  6. cell in rend_service_receive_introduction(). Fixes bug 17357;
  7. bugfix on 0.4.0.2-alpha. Patch by Neel Chauhan