diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-05-06 16:47:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-05-06 16:47:03 -0400 |
commit | 82effefb69defc757ed2f576d40badbd8460f757 (patch) | |
tree | 667235b03238dd6074d8a7836b71a1a06803a63c /src/feature/dirauth | |
parent | 42dfcd0ae3f7a872a781452c289b4e47c494d122 (diff) | |
parent | fecc5fd38d80093a9c189eece4acd41c35cd36c6 (diff) | |
download | tor-82effefb69defc757ed2f576d40badbd8460f757.tar.gz tor-82effefb69defc757ed2f576d40badbd8460f757.zip |
Merge branch 'maint-0.4.3'
Diffstat (limited to 'src/feature/dirauth')
-rw-r--r-- | src/feature/dirauth/keypin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dirauth/keypin.c b/src/feature/dirauth/keypin.c index 98584a7d42..5072a58573 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); |