mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 23:53:32 +01:00
Fix cut'n'paste bug in comment.
This commit is contained in:
parent
05c424f4b8
commit
4ce302c8e5
@ -3119,7 +3119,7 @@ struct socks_request_t {
|
|||||||
* see usernamelen for its length. */
|
* see usernamelen for its length. */
|
||||||
char *username;
|
char *username;
|
||||||
/** The negotiated password value if any (for socks5). This value is NOT
|
/** 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;
|
char *password;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user