Explorar el Código

Fix cut'n'paste bug in comment.

Linus Nordberg hace 14 años
padre
commit
4ce302c8e5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/or/or.h

+ 1 - 1
src/or/or.h

@@ -3119,7 +3119,7 @@ struct socks_request_t {
    * see usernamelen for its length. */
   char *username;
   /** The negotiated password value if any (for socks5). This value is NOT
-   * nul-terminated; see usernamelen for its length. */
+   * nul-terminated; see passwordlen for its length. */
   char *password;
 };