mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
Fix shadow declaration in darwin broswer_plugins (#3423)
This commit is contained in:
parent
51ec8cf6ef
commit
a0a6e56314
@ -89,7 +89,6 @@ void genBrowserPlugin(const std::string& uid,
|
||||
|
||||
QueryData genBrowserPlugins(QueryContext& context) {
|
||||
QueryData results;
|
||||
std::vector<std::string> bundles;
|
||||
|
||||
// Lambda to walk through each browser plugin and process the plist file.
|
||||
auto enum_browser_plugins = [&results](const fs::path& path,
|
||||
|
Loading…
Reference in New Issue
Block a user