mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 12:35:57 +00:00
Forgetting to save really sucks. Sorry again for the wasted commit.
svn path=/trunk/; revision=48404
This commit is contained in:
parent
e98fc993d1
commit
a7c693ea78
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ static VOID RefillSocketBuffer( PAFD_FCB FCB ) {
|
|||
static NTSTATUS TryToSatisfyRecvRequestFromBuffer( PAFD_FCB FCB,
|
||||
PAFD_RECV_INFO RecvReq,
|
||||
PUINT TotalBytesCopied ) {
|
||||
UINT i, BytesToCopy = 0, FcbBytesCopied = FCB->Recv.BytesUsed;
|
||||
UINT i, BytesToCopy = 0, FcbBytesCopied = FCB->Recv.BytesUsed,
|
||||
BytesAvailable =
|
||||
FCB->Recv.Content - FCB->Recv.BytesUsed;
|
||||
PAFD_MAPBUF Map;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue