diff options
Diffstat (limited to 'src/or/command.c')
-rw-r--r-- | src/or/command.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/command.c b/src/or/command.c index 45917935e2..d2fe460bd0 100644 --- a/src/or/command.c +++ b/src/or/command.c @@ -227,7 +227,8 @@ command_process_create_cell(cell_t *cell, connection_t *conn) } } -/** Process a 'created' <b>cell</b> that just arrived from <b>conn</b>. Find the circuit +/** Process a 'created' <b>cell</b> that just arrived from <b>conn</b>. + * Find the circuit * that it's intended for. If we're not the origin of the circuit, package * the 'created' cell in an 'extended' relay cell and pass it back. If we * are the origin of the circuit, send it to circuit_finish_handshake() to |