Explorar o código

Fix cut'n'paste bug in comment.

Linus Nordberg %!s(int64=14) %!d(string=hai) anos
pai
achega
4ce302c8e5
Modificáronse 1 ficheiros con 1 adicións e 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;
 };