aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/connection.c')
-rw-r--r--src/or/connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/connection.c b/src/or/connection.c
index 79ed27060..fe18c8bae 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -585,8 +585,8 @@ int connection_handle_write(connection_t *conn) {
}
/* else no problem, we're already reading */
return 0;
- case TOR_TLS_DONE:
- /* for TOR_TLS_DONE, fall through to check if the flushlen
+ /* case TOR_TLS_DONE:
+ * for TOR_TLS_DONE, fall through to check if the flushlen
* is empty, so we can stop writing.
*/
}