|
@@ -1021,7 +1021,7 @@ rend_client_report_intro_point_failure(extend_info_t *failed_intro,
|
|
|
|
|
|
case INTRO_POINT_FAILURE_GENERIC:
|
|
|
rend_cache_intro_failure_note(failure_type,
|
|
|
- (uint8_t *) failed_intro->identity_digest,
|
|
|
+ (uint8_t *)failed_intro->identity_digest,
|
|
|
rend_query->onion_address);
|
|
|
rend_intro_point_free(intro);
|
|
|
smartlist_del(ent->parsed->intro_nodes, i);
|
|
@@ -1038,9 +1038,10 @@ rend_client_report_intro_point_failure(extend_info_t *failed_intro,
|
|
|
intro->unreachable_count,
|
|
|
zap_intro_point ? " Removing from descriptor.": "");
|
|
|
if (zap_intro_point) {
|
|
|
- rend_cache_intro_failure_note(failure_type,
|
|
|
- (uint8_t *) failed_intro->identity_digest,
|
|
|
- rend_query->onion_address);
|
|
|
+ rend_cache_intro_failure_note(
|
|
|
+ failure_type,
|
|
|
+ (uint8_t *) failed_intro->identity_digest,
|
|
|
+ rend_query->onion_address);
|
|
|
rend_intro_point_free(intro);
|
|
|
smartlist_del(ent->parsed->intro_nodes, i);
|
|
|
}
|