mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
9f58f0cc0a
Summary: Pull Request resolved: https://github.com/facebook/osquery/pull/5542 We replace deprecated calls to the Status class with newer ones. This will stop Lint from nagging me every time I open these files. There should be no change to functionality. Specifically, we use a codemod on `.cpp` files to replace any instance of `return Status();` with `return Status::success();`. Reviewed By: guliashvili Differential Revision: D14652922 fbshipit-source-id: 243576195ed201d6b82fc942a785742c6b01cf83 |
||
---|---|---|
.. | ||
database | ||
plugins | ||
posix | ||
sql | ||
tests | ||
windows | ||
BUCK | ||
flags.cpp | ||
init.cpp | ||
query.cpp | ||
system.cpp | ||
tables.cpp | ||
watcher.cpp | ||
watcher.h |