ntdll: If ObjectAttributes is NULL then an error is returned at the
commite4b51580e1ba482e3a3f66bcd5e24f790decf42b
authorRobert Shearman <rob@codeweavers.com>
Sat, 17 Jun 2006 11:32:05 +0000 (17 12:32 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 19 Jun 2006 08:29:11 +0000 (19 10:29 +0200)
treee6ae0cde2fcbd621e8967cc3a9e8a34e296e90e3
parent1437f8bd8c7a82ab1568ea10fe46f2d0a0837fe4
ntdll: If ObjectAttributes is NULL then an error is returned at the
start of the NtOpenSymbolicLinkObject, therefore ObjectAttributes does
not need to be checked for NULL later on in the function.
dlls/ntdll/om.c