mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Report only the first bootstrap failure from an orconn
Otherwise, when we report "identity mismatch", we then later report DONE when the connection gets closed. Fixes bug 10431; bugfix on 0.2.1.1-alpha.
This commit is contained in:
@@ -364,7 +364,7 @@ test_ext_or_cookie_auth_testvec(void *arg)
|
||||
|
||||
static void
|
||||
ignore_bootstrap_problem(const char *warn, int reason,
|
||||
const or_connection_t *conn)
|
||||
or_connection_t *conn)
|
||||
{
|
||||
(void)warn;
|
||||
(void)reason;
|
||||
|
||||
Reference in New Issue
Block a user