mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-30 00:22:15 +00:00
chore(userspace/falco): reverted file to master version.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
parent
118e82ae01
commit
c8361efea7
@ -57,7 +57,6 @@ void read_files(InputIterator begin, InputIterator end,
|
|||||||
|
|
||||||
std::string rules_content((std::istreambuf_iterator<char>(is)),
|
std::string rules_content((std::istreambuf_iterator<char>(is)),
|
||||||
std::istreambuf_iterator<char>());
|
std::istreambuf_iterator<char>());
|
||||||
|
|
||||||
rules_contents.emplace_back(std::move(rules_content));
|
rules_contents.emplace_back(std::move(rules_content));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user