mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
not not zero means zero
svn:r4587
This commit is contained in:
parent
5643532bd9
commit
ebf13c6282
@ -1426,7 +1426,7 @@ handle_control_extendcircuit(connection_t *conn, uint32_t len,
|
||||
goto done;
|
||||
}
|
||||
|
||||
if (!zero_circ) {
|
||||
if (zero_circ) {
|
||||
/* start a new circuit */
|
||||
circ = circuit_init(CIRCUIT_PURPOSE_C_GENERAL, 0, 0, 0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user