mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Fix some minor issues.
From Daniel, thanks!
This commit is contained in:
parent
524002eefa
commit
5cf7803e68
14 changed files with 36 additions and 38 deletions
|
@ -130,11 +130,11 @@ broker::data WriterBackend::WriterInfo::ToBroker() const
|
|||
auto t = broker::table();
|
||||
|
||||
for ( config_map::const_iterator i = config.begin(); i != config.end(); ++i )
|
||||
{
|
||||
{
|
||||
auto key = std::string(i->first);
|
||||
auto value = std::string(i->second);
|
||||
t.insert(std::make_pair(key, value));
|
||||
}
|
||||
}
|
||||
|
||||
auto bconfig = broker::record::field(move(t));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue