Skip to content

Commit

Permalink
minor formatting update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Agile86 committed Dec 10, 2019
1 parent 5590218 commit 5220cbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions osquery/sql/virtual_table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1003,8 +1003,7 @@ static int xFilter(sqlite3_vtab_cursor* pVtabCursor,
PluginRequest request = {{"action", "generate"}};
TablePlugin::setRequestFromContext(context, request);
QueryData qd;
auto status =
Registry::call("table", pVtab->content->name, request, qd);
auto status = Registry::call("table", pVtab->content->name, request, qd);
if (!status.ok()) {
VLOG(1) << "Invalid response from the extension table. Error "
<< status.getCode() << ": " << status.getMessage();
Expand Down

0 comments on commit 5220cbf

Please sign in to comment.