osquery-1/osquery/config
Jesse Kornblum 9f58f0cc0a Use Status::success throughout osquery (#5542)
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
2019-03-29 04:28:39 -07:00
..
tests Use Status::success throughout osquery (#5542) 2019-03-29 04:28:39 -07:00
BUCK remove 'update' config plugin from config package and move it to oss/plugins (#5474) 2019-02-27 08:32:19 -08:00
config.cpp Use Status::success throughout osquery (#5542) 2019-03-29 04:28:39 -07:00
config.h Replace Status(0) calls with Status::success() to appease Lint (#5487) 2019-03-01 04:29:33 -08:00
packs.cpp Help packs class be immutable 2019-03-28 06:59:50 -07:00