diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-04-08 02:50:34 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-04-08 02:50:34 +0000 |
commit | 8351847afd11dca1ee4885c63660bd0a0167f6f1 (patch) | |
tree | ba068b862c59fd93a0e695b3cf7e3b3ed356b8ae /src/or/circuit.c | |
parent | 14e31fbd71f76d2dba50f4fd49af16e431aa26dd (diff) | |
download | tor-8351847afd11dca1ee4885c63660bd0a0167f6f1.tar.gz tor-8351847afd11dca1ee4885c63660bd0a0167f6f1.zip |
Nothing is good enough for you, is it?
svn:r1556
Diffstat (limited to 'src/or/circuit.c')
-rw-r--r-- | src/or/circuit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuit.c b/src/or/circuit.c index 8343fcc12c..7da6fe22ad 100644 --- a/src/or/circuit.c +++ b/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 |