mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
remove pointless XXXX. It was there to remind me to do something I already did.
svn:r4557
This commit is contained in:
@@ -617,7 +617,6 @@ _circuit_mark_for_close(circuit_t *circ, int line, const char *file)
|
||||
log_fn(LOG_INFO,"Failed intro circ %s to %s (awaiting ack). Removing from descriptor.",
|
||||
safe_str(circ->rend_query),
|
||||
safe_str(build_state_get_exit_nickname(circ->build_state)));
|
||||
// XXXX NM
|
||||
rend_client_remove_intro_point(circ->build_state->chosen_exit,
|
||||
circ->rend_query);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user