[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/release-0.4.3] connection_or_finished_flushing(): add a missing "break; "
commit b7fcbb28d4c3baae4099b709e8df65fc69a5697a
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Wed May 6 17:09:27 2020 -0400
connection_or_finished_flushing(): add a missing "break;"
This one is harmless like the others (so far)
---
src/core/or/connection_or.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/core/or/connection_or.c b/src/core/or/connection_or.c
index 76bfbf0b3..5571d90f8 100644
--- a/src/core/or/connection_or.c
+++ b/src/core/or/connection_or.c
@@ -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:
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits