Fix so reactos can boot to gui again Thx W3seek for his small patch
[reactos.git] / reactos / subsys / csrss / init.c
index 4237698..cdffec5 100644 (file)
@@ -260,8 +260,8 @@ CsrpCreateListenPort (IN     LPWSTR  Name,
                                    NULL);
        Status = NtCreatePort ( Port,
                                & PortAttributes,
-                               260, /* TODO: make caller set it*/
-                               328, /* TODO: make caller set it*/
+                               LPC_MAX_DATA_LENGTH, /* TODO: make caller set it*/
+                               LPC_MAX_MESSAGE_LENGTH, /* TODO: make caller set it*/
                                0); /* TODO: make caller set it*/
        if(!NT_SUCCESS(Status))
        {