Revert r20089, thanks SVN for not a nice conflict resolution!

svn path=/trunk/; revision=20090
This commit is contained in:
Filip Navara 2005-12-11 22:40:15 +00:00
parent d97f75d5ed
commit 54efe2c985

View file

@ -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;