[tor/master] Add a missing break in a switch statement

20 Jul
2011
20 Jul
'11
4:58 p.m.
commit da83da91993f0b939ed80c2f8353b0db50589f8e Author: Nick Mathewson <nickm@torproject.org> Date: Wed Jul 20 12:58:26 2011 -0400 Add a missing break in a switch statement --- src/or/connection.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/or/connection.c b/src/or/connection.c index 3950f90..38859a9 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -345,6 +345,7 @@ connection_init(time_t now, connection_t *conn, int type, int socket_family) break; CASE_ANY_LISTENER_TYPE: conn->magic = LISTENER_CONNECTION_MAGIC; + break; default: conn->magic = BASE_CONNECTION_MAGIC; break;
5069
Age (days ago)
5069
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org