mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
cvs diff -u src/or/circuitlist.c | less almost never does what you want in C.
svn:r5491
This commit is contained in:
parent
77a494dd55
commit
979fc3e69d
@ -825,7 +825,7 @@ assert_circuit_ok(const circuit_t *c)
|
||||
tor_assert(circuits_pending_or_conns &&
|
||||
smartlist_isin(circuits_pending_or_conns, c));
|
||||
} else {
|
||||
tor_assert(!circuits_pending_or_conns || !
|
||||
tor_assert(!circuits_pending_or_conns ||
|
||||
!smartlist_isin(circuits_pending_or_conns, c));
|
||||
}
|
||||
if (c->cpath) {
|
||||
|
Loading…
Reference in New Issue
Block a user