Explorar o código

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

Nick Mathewson %!s(int64=13) %!d(string=hai) anos
pai
achega
b8675e5fe3
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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: