mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Fix up some check-spaces issues
This commit is contained in:
parent
be7e8f5bb9
commit
330116f034
2 changed files with 1 additions and 2 deletions
|
@ -2062,7 +2062,6 @@ correct_tm(int islocal, const time_t *timep, struct tm *resultbuf,
|
|||
return r;
|
||||
}
|
||||
|
||||
|
||||
/** @{ */
|
||||
/** As localtime_r, but defined for platforms that don't have it:
|
||||
*
|
||||
|
|
|
@ -277,7 +277,7 @@ rend_client_send_introduction(origin_circuit_t *introcirc,
|
|||
introcirc->_base.purpose = CIRCUIT_PURPOSE_C_INTRODUCE_ACK_WAIT;
|
||||
|
||||
return 0;
|
||||
perm_err:
|
||||
perm_err:
|
||||
if (!introcirc->_base.marked_for_close)
|
||||
circuit_mark_for_close(TO_CIRCUIT(introcirc), END_CIRC_REASON_INTERNAL);
|
||||
circuit_mark_for_close(TO_CIRCUIT(rendcirc), END_CIRC_REASON_INTERNAL);
|
||||
|
|
Loading…
Add table
Reference in a new issue