]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Replace a "fall through" comment that was outside a switch.
authorNick Mathewson <nickm@torproject.org>
Wed, 6 May 2020 14:32:35 +0000 (10:32 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 6 May 2020 19:08:02 +0000 (15:08 -0400)
src/feature/dirauth/keypin.c

index 667feb2c03ed0ec9567371ca099e16b661ba9819..06cb9ba1ff1884658b6f560521fe16cbc2725604 100644 (file)
@@ -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);