Fixed the size of the allocated port structure.

svn path=/trunk/; revision=20530
This commit is contained in:
Hartmut Birr 2006-01-02 17:46:35 +00:00
parent 8113f8f796
commit 3e90cec75b

View file

@ -754,7 +754,7 @@ NtRegisterThreadTerminatePort(HANDLE PortHandle)
/* Allocate the Port and make sure it suceeded */
if((TerminationPort = ExAllocatePoolWithTag(NonPagedPool,
sizeof(PTERMINATION_PORT),
sizeof(TERMINATION_PORT),
TAG('P', 's', 'T', '=')))) {
/* Associate the Port */