Skip to content

Commit

Permalink
Merge pull request eclipse-iceoryx#1122 from ApexAI/iox-#27-fix-gcc5-…
Browse files Browse the repository at this point in the history
…lambda-capturing-problem

iox-#27 Fix lambda this capturing
  • Loading branch information
MatthiasKillat authored Feb 17, 2022
2 parents 2e01f3b + 63c251d commit 8bc9745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iceoryx_posh/source/roudi/port_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ PortManager::acquirePublisherPortData(const capro::ServiceDescription& service,
service, publisherOptions, runtimeName, payloadDataSegmentMemoryManager, portConfigInfo)
.and_then([&](auto publisherPortData) {
PublisherPortRouDiType port(publisherPortData);
doDiscoveryForPublisherPort(port);
this->doDiscoveryForPublisherPort(port);
});
}

Expand Down

0 comments on commit 8bc9745

Please sign in to comment.