mirror of
https://github.com/samba-team/samba.git
synced 2025-11-22 16:23:49 +03:00
r23001: - Fix but #4634. Type of the size parameter to getpeername was wrong.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
5c5aa1f862
commit
6675c8acf1
@@ -500,7 +500,7 @@ static int
|
|||||||
smbc_check_server(SMBCCTX * context,
|
smbc_check_server(SMBCCTX * context,
|
||||||
SMBCSRV * server)
|
SMBCSRV * server)
|
||||||
{
|
{
|
||||||
size_t size;
|
socklen_t size;
|
||||||
struct sockaddr addr;
|
struct sockaddr addr;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user