mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
hs_dos.c: rewrite a comment not to say "fallthrough"
There's nothing wrong with the comment, but the script I'm about to apply wouldn't like it.
This commit is contained in:
parent
fecc5fd38d
commit
2cd1c07658
@ -196,7 +196,9 @@ hs_dos_can_send_intro2(or_circuit_t *s_intro_circ)
|
|||||||
goto allow;
|
goto allow;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Fallthrough is to disallow since this means the bucket has reached 0. */
|
/* If we reach this point, then it means the bucket has reached zero, and
|
||||||
|
we're going to disallow. */
|
||||||
|
|
||||||
disallow:
|
disallow:
|
||||||
/* Increment stats counter, we are rejecting the INTRO2 cell. */
|
/* Increment stats counter, we are rejecting the INTRO2 cell. */
|
||||||
intro2_rejected_count++;
|
intro2_rejected_count++;
|
||||||
|
Loading…
Reference in New Issue
Block a user