Procházet zdrojové kódy

Fix cut'n'paste bug in comment.

Linus Nordberg před 14 roky
rodič
revize
4ce302c8e5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
 };