mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
Revert r20089, thanks SVN for not a nice conflict resolution!
svn path=/trunk/; revision=20090
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user