mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
connection_or_finished_flushing(): add a missing "break;"
This one is harmless like the others (so far)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user