mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 02:18:53 +00:00
e7fde8ad8e
Calling GetLastError() will not return the error code for the Windows registry APIs, since they return a LSTATUS value which already the error code. This also fixes the RegistryTablesTest.test_registry_non_existing_key test case which was incorrectly expecting success when querying for a non-existent registry key. Ported from https://github.com/osql/osql/pull/50 |
||
---|---|---|
.. | ||
integration/tables | ||
unit | ||
BUCK | ||
CMakeLists.txt | ||
test_util.cpp | ||
test_util.h |