Kaydet (Commit) 0e35b773 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix build regression from d347c240

Change-Id: Ia9e017732814d3f5b1f2efdaef45d96aa22daa46
üst e5318185
......@@ -57,7 +57,7 @@ rtl::Reference< DAVSession > DAVSessionFactory::createDAVSession(
std::unique_ptr< DAVSession > xElement(
new SerfSession( this, inUri, *m_xProxyDecider.get() ) );
aIt = m_aMap.emplace( inUri, xElement.get() ) ).first;
aIt = m_aMap.emplace( inUri, xElement.get() ).first;
aIt->second->m_aContainerIt = aIt;
xElement.release();
return aIt->second;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment