projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3f78e39
)
Fix so reactos can boot to gui again Thx W3seek for his small patch
author
Magnus Olsen
<magnus@greatlord.com>
Sun, 27 Nov 2005 13:51:28 +0000
(13:51 +0000)
committer
Magnus Olsen
<magnus@greatlord.com>
Sun, 27 Nov 2005 13:51:28 +0000
(13:51 +0000)
svn path=/trunk/; revision=19685
reactos/subsys/csrss/init.c
patch
|
blob
|
history
diff --git
a/reactos/subsys/csrss/init.c
b/reactos/subsys/csrss/init.c
index
4237698
..
cdffec5
100644
(file)
--- a/
reactos/subsys/csrss/init.c
+++ b/
reactos/subsys/csrss/init.c
@@
-260,8
+260,8
@@
CsrpCreateListenPort (IN LPWSTR Name,
NULL);
Status = NtCreatePort ( Port,
& PortAttributes,
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))
{
0); /* TODO: make caller set it*/
if(!NT_SUCCESS(Status))
{