aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/onion.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/or/onion.c')
-rw-r--r--src/core/or/onion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/onion.c b/src/core/or/onion.c
index aa77465b96..aeddedd807 100644
--- a/src/core/or/onion.c
+++ b/src/core/or/onion.c
@@ -509,7 +509,7 @@ create_cell_format_impl(cell_t *cell_out, const create_cell_t *cell_in,
p += 16;
space -= 16;
}
- /* Fall through */
+ FALLTHROUGH;
case CELL_CREATE_FAST:
tor_assert(cell_in->handshake_len <= space);
memcpy(p, cell_in->onionskin, cell_in->handshake_len);