summaryrefslogtreecommitdiff
path: root/src/or/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/command.c')
-rw-r--r--src/or/command.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/or/command.c b/src/or/command.c
index 5b14257181..86b865d593 100644
--- a/src/or/command.c
+++ b/src/or/command.c
@@ -445,10 +445,11 @@ command_process_destroy_cell(cell_t *cell, or_connection_t *conn)
}
}
-/** Process a 'versions' cell. The current link protocol version must be 0 to
- * indicate that no version has yet been negotiated. We compare the versions
- * cell to the list of versions we support, pick the highest version we have
- * in common, and continue the negotiation from there.
+/** Process a 'versions' cell. The current link protocol version must be 0
+ * to indicate that no version has yet been negotiated. We compare the
+ * versions in the cell to the list of versions we support, pick the
+ * highest version we have in common, and continue the negotiation from
+ * there.
*/
static void
command_process_versions_cell(var_cell_t *cell, or_connection_t *conn)