Skip to content

Commit 83132c1

Browse files
committed
fix
1 parent 0c06414 commit 83132c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

callback_isolated_executor/src/component_container_callback_isolated.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ void ComponentManagerCallbackIsolated::add_node_to_executor(uint64_t node_id) {
145145
{
146146
std::lock_guard<std::mutex> lock(this->client_publisher_mutex_);
147147
cie_thread_configurator::publish_callback_group_info(
148-
this->client_publisher_, tid, group_id);
148+
this->client_publisher_, tid, group_id);
149149
}
150150

151151
executor_wrapper.thread_initialized = true;

0 commit comments

Comments
 (0)