Revert r20089, thanks SVN for not a nice conflict resolution!
[reactos.git] / reactos / lib / kernel32 / file / npipe.c
index decc1bc..a9fcd27 100644 (file)
@@ -924,11 +924,6 @@ GetNamedPipeHandleStateA(HANDLE hNamedPipe,
       SetLastError(ERROR_NOT_ENOUGH_MEMORY);
       return FALSE;
     }
       SetLastError(ERROR_NOT_ENOUGH_MEMORY);
       return FALSE;
     }
-    if (UserNameW.Buffer == NULL)
-    {
-      SetLastError(ERROR_NOT_ENOUGH_MEMORY);
-      return FALSE;
-    }
 
     UserNameA.Buffer = lpUserName;
     UserNameA.Length = 0;
 
     UserNameA.Buffer = lpUserName;
     UserNameA.Length = 0;