Browse Source

Nothing is good enough for you, is it?

svn:r1556
Nick Mathewson 21 years ago
parent
commit
8351847afd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/circuit.c

+ 1 - 1
src/or/circuit.c

@@ -313,7 +313,7 @@ static int circuit_is_acceptable(circuit_t *circ,
       }
     }
   }
-  return 0;
+  return 1;
 }
 
 /* Return 1 iff circuit 'a' is better than circuit 'b' for purpose.  Used by