connection_or_finished_flushing(): add a missing "break;"

This one is harmless like the others (so far)
This commit is contained in:
Nick Mathewson
2020-05-06 17:09:27 -04:00
parent e8fdba198e
commit b7fcbb28d4
+1
View 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: