Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mike Perry
Tor
Commits
75547c01
Commit
75547c01
authored
May 06, 2020
by
Nick Mathewson
🎨
Browse files
Replace a "fall through" comment that was outside a switch.
parent
6c3c9435
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/feature/dirauth/keypin.c
View file @
75547c01
...
...
@@ -267,7 +267,7 @@ keypin_add_or_replace_entry_in_map(keypin_ent_t *ent)
}
tor_free
(
ent2
);
r
=
-
1
;
/*
Fall through
*/
/*
Note lack of return here: we fall through to the next line.
*/
}
keypin_add_entry_to_map
(
ent
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment