Skip to content

Commit a2250d5

Browse files
committed
Changes on the name of inner lock variable.
Signed-off-by: Zakaria Talbi Lalmi <zakariatalbi@eprosima.com>
1 parent 1625c77 commit a2250d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cpp/fastdds/publisher/DataWriterImpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ ReturnCode_t DataWriterImpl::enable()
452452
}
453453

454454
{
455-
std::lock_guard<std::mutex> qos_lock(qos_mutex_);
455+
std::lock_guard<std::mutex> writer_assign_lock(qos_mutex_);
456456
writer_ = BaseWriter::downcast(writer);
457457
}
458458

0 commit comments

Comments
 (0)