Commit c411f832 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

forward-port r15576


svn:r15577
parent bce6a966
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -855,7 +855,7 @@ circuit_launch_by_extend_info(uint8_t purpose,
                              int flags)
{
  origin_circuit_t *circ;
  int onehop_tunnel = flags & CIRCLAUNCH_ONEHOP_TUNNEL;
  int onehop_tunnel = (flags & CIRCLAUNCH_ONEHOP_TUNNEL) != 0;

  if (!onehop_tunnel && !router_have_minimum_dir_info()) {
    log_debug(LD_CIRC,"Haven't fetched enough directory info yet; canceling "