Skip to content
Snippets Groups Projects
Commit 1b52c247 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Fix findEnttiy()

parent 02e764a1
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ namespace armarx::armem::base
this->_checkContainerName(id.memoryName, this->name());
if (id.hasCoreSegmentName())
{
return getCoreSegment(id.providerSegmentName).findEntity(id);
return getCoreSegment(id.coreSegmentName).findEntity(id);
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment