Parcourir la source

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

Nick Mathewson il y a 12 ans
Parent
commit
b8675e5fe3
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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: