mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +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. */
|
||||
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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user