]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
connection_or_finished_flushing(): add a missing "break;"
authorNick Mathewson <nickm@torproject.org>
Wed, 6 May 2020 21:09:27 +0000 (17:09 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 6 May 2020 21:09:27 +0000 (17:09 -0400)
This one is harmless like the others (so far)

src/core/or/connection_or.c

index 76bfbf0b3076eae6006530706c1132a155ff0a96..5571d90f8f4332340d3d139552ebe00b4fffcc9f 100644 (file)
@@ -731,6 +731,7 @@ connection_or_finished_flushing(or_connection_t *conn)
         }
         break;
       }
+      break;
     case OR_CONN_STATE_OPEN:
     case OR_CONN_STATE_OR_HANDSHAKING_V2:
     case OR_CONN_STATE_OR_HANDSHAKING_V3: