mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
broker/Manager: Move name in PublishEvent()
This commit is contained in:
parent
ebdbbb5063
commit
24ee115bbc
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ bool Manager::DoPublishEvent(const std::string& topic, const cluster::detail::Ev
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string name(event.HandlerName());
|
std::string name(event.HandlerName());
|
||||||
return PublishEvent(topic, name, std::move(xs), event.timestamp);
|
return PublishEvent(topic, std::move(name), std::move(xs), event.timestamp);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Manager::PublishEvent(string topic, std::string name, broker::vector args, double ts) {
|
bool Manager::PublishEvent(string topic, std::string name, broker::vector args, double ts) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue