Ver código fonte

Do not pretend to allow PADDING as the first cell of a v3 handshake

Nick Mathewson 13 anos atrás
pai
commit
b8675e5fe3
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      src/or/command.c

+ 0 - 1
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: