mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 19:43:33 +00:00
[CMAKE]
Sync with trunk head (r48826) svn path=/branches/cmake-bringup/; revision=48831
This commit is contained in:
commit
912ce51ae6
1261 changed files with 77972 additions and 24019 deletions
|
@ -163,7 +163,7 @@ PIP_INTERFACE IPCreateInterface(
|
|||
TcpipInitializeSpinLock(&IF->Lock);
|
||||
|
||||
IF->TCPContext = ExAllocatePoolWithTag
|
||||
( NonPagedPool, sizeof(OSK_IFADDR) + 2 * sizeof( struct sockaddr_in ),
|
||||
( NonPagedPool, sizeof(OSK_IFADDR) + 3 * sizeof( struct sockaddr_in ),
|
||||
OSKITTCP_CONTEXT_TAG );
|
||||
if (!IF->TCPContext) {
|
||||
ExFreePoolWithTag(IF, IP_INTERFACE_TAG);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue