summaryrefslogtreecommitdiff
path: root/src/feature/dirauth/keypin.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-05-06 16:47:03 -0400
committerNick Mathewson <nickm@torproject.org>2020-05-06 16:47:03 -0400
commitfecc5fd38d80093a9c189eece4acd41c35cd36c6 (patch)
treec741b52c2b172e0ff3eeb8f12bc4dd6bba02a396 /src/feature/dirauth/keypin.c
parente61867416ec23b996de4c6a8c1c6875db549faf2 (diff)
parentd04b708b4bd47ee8df6796f19b25f558b2b18e91 (diff)
downloadtor-fecc5fd38d80093a9c189eece4acd41c35cd36c6.tar.gz
tor-fecc5fd38d80093a9c189eece4acd41c35cd36c6.zip
Merge branch 'maint-0.4.2' into maint-0.4.3
Diffstat (limited to 'src/feature/dirauth/keypin.c')
-rw-r--r--src/feature/dirauth/keypin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dirauth/keypin.c b/src/feature/dirauth/keypin.c
index 6f6cfc01f1..edf5ba5833 100644
--- a/src/feature/dirauth/keypin.c
+++ b/src/feature/dirauth/keypin.c
@@ -265,7 +265,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);