projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d97f75d
)
Revert r20089, thanks SVN for not a nice conflict resolution!
author
Filip Navara
<filip.navara@gmail.com>
Sun, 11 Dec 2005 22:40:15 +0000
(22:40 +0000)
committer
Filip Navara
<filip.navara@gmail.com>
Sun, 11 Dec 2005 22:40:15 +0000
(22:40 +0000)
svn path=/trunk/; revision=20090
reactos/lib/kernel32/file/npipe.c
patch
|
blob
|
history
diff --git
a/reactos/lib/kernel32/file/npipe.c
b/reactos/lib/kernel32/file/npipe.c
index
decc1bc
..
a9fcd27
100644
(file)
--- a/
reactos/lib/kernel32/file/npipe.c
+++ b/
reactos/lib/kernel32/file/npipe.c
@@
-924,11
+924,6
@@
GetNamedPipeHandleStateA(HANDLE hNamedPipe,
SetLastError(ERROR_NOT_ENOUGH_MEMORY);
return FALSE;
}
- if (UserNameW.Buffer == NULL)
- {
- SetLastError(ERROR_NOT_ENOUGH_MEMORY);
- return FALSE;
- }
UserNameA.Buffer = lpUserName;
UserNameA.Length = 0;