aboutsummaryrefslogtreecommitdiff
path: root/src/feature/dirauth
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-05-06 15:18:36 -0400
committerNick Mathewson <nickm@torproject.org>2020-05-06 15:18:36 -0400
commit3e42464f5a6f8fac7651bad05f180cc1ed2ca51d (patch)
treef41f5df20de58f17abbd8b59d55ba992966b7549 /src/feature/dirauth
parenta02e866642c28b4c0cbe415f8573c4ede4d9caf7 (diff)
parent3d3641152b5d8a4bf8587dec640bda3d440b7c36 (diff)
downloadtor-3e42464f5a6f8fac7651bad05f180cc1ed2ca51d.tar.gz
tor-3e42464f5a6f8fac7651bad05f180cc1ed2ca51d.zip
Merge branch 'bug34078_prelim_035' into bug34078_prelim_041
Diffstat (limited to 'src/feature/dirauth')
-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 667feb2c03..06cb9ba1ff 100644
--- a/src/feature/dirauth/keypin.c
+++ b/src/feature/dirauth/keypin.c
@@ -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);