ntdll: NtCreateSection do not pass unneeded OBJECT_ATTRIBUTES pointer
commit76714ec4066ee816e2229e9e59e4cb84f9584912
authorPeter Oberndorfer <kumbayo84@arcor.de>
Tue, 1 Jan 2008 18:32:45 +0000 (1 19:32 +0100)
committerPeter Oberndorfer <kumbayo84@arcor.de>
Fri, 4 Jan 2008 10:46:06 +0000 (4 11:46 +0100)
tree9f4776a212bbad5421b5d9aee5efb04f1586eb58
parent4e1a13438eadab53a4ea4c28252425ee54b101cd
ntdll: NtCreateSection do not pass unneeded OBJECT_ATTRIBUTES pointer

there is a test that shows a NULL pointer is OK
and we don't pass special information in this case
there are probably more occurances of this unneeded passing that should
also be fixed
dlls/ntdll/loader.c