Skip to content
Snippets Groups Projects
Commit 52c68b80 authored by David Goulet's avatar David Goulet :panda_face:
Browse files

dirauth: Fix typo in flag relay assignment token


Unfortunately, we wanted to be able to control the Guard flag here but the
token used mentionned "exit" instead.

Oh well, s*** happens :).

Fixes #41035

Signed-off-by: David Goulet's avatarDavid Goulet <dgoulet@torproject.org>
parent 77021a0f
No related branches found
No related tags found
1 merge request!869dirauth: Fix typo in flag relay assignment token
Pipeline #261255 passed
o Minor bugfix (dirauth):
- Fix typo in flag assignment approved-routers file. Fixes bug 41035; bugfix
on 0.4.8.15
......@@ -228,7 +228,7 @@ dirserv_load_fingerprint_file(void)
add_status = RTR_INVALID;
} else if (!strcasecmp(nickname, "!middleonly")) {
add_status = RTR_MIDDLEONLY;
} else if (!strcasecmp(nickname, "!stripexit")) {
} else if (!strcasecmp(nickname, "!stripguard")) {
add_status = RTR_STRIPGUARD;
} else if (!strcasecmp(nickname, "!striphsdir")) {
add_status = RTR_STRIPHSDIR;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment