From b0bbe6b2f1d8f0f2c83565f94d8a7dc5c5f72a91 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 27 Mar 2014 15:58:43 -0400 Subject: 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. --- src/or/control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/control.h') diff --git a/src/or/control.h b/src/or/control.h index ce605a1208..988c171d7f 100644 --- a/src/or/control.h +++ b/src/or/control.h @@ -94,7 +94,7 @@ void monitor_owning_controller_process(const char *process_spec); void control_event_bootstrap(bootstrap_status_t status, int progress); MOCK_DECL(void, control_event_bootstrap_problem,(const char *warn, int reason, - const or_connection_t *or_conn)); + or_connection_t *or_conn)); void control_event_clients_seen(const char *controller_str); void control_event_transport_launched(const char *mode, -- cgit v1.2.3-54-g00ecf