mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
Merge remote-tracking branch 'sysrqb/bug6518'
This commit is contained in:
commit
65d8448209
@ -1090,7 +1090,7 @@ connection_listener_new(const struct sockaddr *listensockaddr,
|
||||
* nmap does). We want to detect that, and not go on with the connection.
|
||||
*/
|
||||
static int
|
||||
check_sockaddr(struct sockaddr *sa, int len, int level)
|
||||
check_sockaddr(const struct sockaddr *sa, int len, int level)
|
||||
{
|
||||
int ok = 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user