1
0
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:
Derrell Lipman
2007-05-18 13:42:48 +00:00
committed by Gerald (Jerry) Carter
parent 5c5aa1f862
commit 6675c8acf1

View File

@@ -500,7 +500,7 @@ static int
smbc_check_server(SMBCCTX * context,
SMBCSRV * server)
{
size_t size;
socklen_t size;
struct sockaddr addr;
/*