From b8675e5fe35a737078b210d5c5c7440af3f2b145 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 11 Jan 2012 12:34:28 -0500 Subject: [PATCH] Do not pretend to allow PADDING as the first cell of a v3 handshake --- src/or/command.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/or/command.c b/src/or/command.c index 6c1312bb21..a23e47f675 100644 --- a/src/or/command.c +++ b/src/or/command.c @@ -213,7 +213,6 @@ static int command_allowed_before_handshake(uint8_t command) { switch (command) { - case CELL_PADDING: /*XXXX not implemented. Should remove, or implement? */ case CELL_VERSIONS: case CELL_VPADDING: case CELL_AUTHORIZE: