Fix so reactos can boot to gui again Thx W3seek for his small patch

svn path=/trunk/; revision=19685
This commit is contained in:
Magnus Olsen 2005-11-27 13:51:28 +00:00
parent 3f78e39940
commit 4482ce98c3

View file

@ -260,8 +260,8 @@ CsrpCreateListenPort (IN LPWSTR Name,
NULL); NULL);
Status = NtCreatePort ( Port, Status = NtCreatePort ( Port,
& PortAttributes, & PortAttributes,
260, /* TODO: make caller set it*/ LPC_MAX_DATA_LENGTH, /* TODO: make caller set it*/
328, /* TODO: make caller set it*/ LPC_MAX_MESSAGE_LENGTH, /* TODO: make caller set it*/
0); /* TODO: make caller set it*/ 0); /* TODO: make caller set it*/
if(!NT_SUCCESS(Status)) if(!NT_SUCCESS(Status))
{ {