aboutsummaryrefslogtreecommitdiff
path: root/src/or/command.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-13 16:34:00 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-13 16:34:00 +0000
commit275bb57a777e8c67ad1672a603c2056bd9795cca (patch)
tree4ebfdeaa5ebaa8bdb7f3fdaaf9150c80506c17eb /src/or/command.c
parentd48f6425e5c7822a0852d94450fdaa8625e95003 (diff)
downloadtor-275bb57a777e8c67ad1672a603c2056bd9795cca.tar
tor-275bb57a777e8c67ad1672a603c2056bd9795cca.tar.gz
r18068@catbus: nickm | 2008-02-13 11:33:19 -0500
Patch from karsten: make hidden service code respect SafeLogging. svn:r13493
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 5b1425718..86b865d59 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)