mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Replace a "fall through" comment that was outside a switch.
This commit is contained in:
parent
6c3c94357c
commit
75547c01a3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user