tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit c56ba686d6d8c4967dcfbd59c25f449adfe2ab85
parent 0e745d561de96b334cf9c74f06e96b7c37647a67
Author: David Goulet <dgoulet@torproject.org>
Date:   Wed, 23 Aug 2023 16:41:36 -0400

typo: Fix a doxygen html unclosed tag

Signed-off-by: David Goulet <dgoulet@torproject.org>

Diffstat:
Msrc/core/or/relay.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/or/relay.c b/src/core/or/relay.c @@ -3056,7 +3056,7 @@ set_circuit_blocked_on_chan(circuit_t *circ, channel_t *chan, int block) /** * Helper function to block or unblock streams in a stream list. * - * If <b>stream_id</id> is 0, apply the <b>block</b> state to all streams + * If <id>stream_id</id> is 0, apply the <b>block</b> state to all streams * in the stream list. If it is non-zero, only apply to that specific stream. */ static void