mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 12:17:30 +00:00
Revert r20089, thanks SVN for not a nice conflict resolution!
svn path=/trunk/; revision=20090
This commit is contained in:
parent
d97f75d5ed
commit
54efe2c985
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue