summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/or/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/command.c b/src/or/command.c
index c4cc3a933f..c85b057878 100644
--- a/src/or/command.c
+++ b/src/or/command.c
@@ -285,7 +285,7 @@ command_process_var_cell(var_cell_t *cell, or_connection_t *conn)
break;
case CELL_VPADDING:
++stats_n_vpadding_cells_processed;
- PROCESS_CELL(versions, cell, conn);
+ /* Do nothing */
break;
case CELL_CERT:
++stats_n_cert_cells_processed;