mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[MSAFD] WSPSetSockOpt(): Fix a copypasta
Addendum to 6bc61f63f1
.
CORE-15804
This commit is contained in:
parent
6116262c74
commit
3f0ba492ad
1 changed files with 1 additions and 1 deletions
|
@ -2900,7 +2900,7 @@ WSPSetSockOpt(
|
||||||
GetSocketInformation(Socket,
|
GetSocketInformation(Socket,
|
||||||
AFD_INFO_RECEIVE_WINDOW_SIZE,
|
AFD_INFO_RECEIVE_WINDOW_SIZE,
|
||||||
NULL,
|
NULL,
|
||||||
&Socket->SharedData->SizeOfSendBuffer,
|
&Socket->SharedData->SizeOfRecvBuffer,
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
NULL);
|
NULL);
|
||||||
|
|
Loading…
Reference in a new issue