aboutsummaryrefslogtreecommitdiff
path: root/src/or/command.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-01-11 12:34:28 -0500
committerNick Mathewson <nickm@torproject.org>2012-01-11 12:34:28 -0500
commitb8675e5fe35a737078b210d5c5c7440af3f2b145 (patch)
tree9b32d0dff3b2bd5ae0f83c1eb0e32106b26fabe3 /src/or/command.c
parentf54a10caa62db6653cd8f5a8c84de3a623428c6c (diff)
downloadtor-b8675e5fe35a737078b210d5c5c7440af3f2b145.tar
tor-b8675e5fe35a737078b210d5c5c7440af3f2b145.tar.gz
Do not pretend to allow PADDING as the first cell of a v3 handshake
Diffstat (limited to 'src/or/command.c')
-rw-r--r--src/or/command.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/command.c b/src/or/command.c
index 6c1312bb2..a23e47f67 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: