summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-08-22 00:24:08 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-08-22 00:24:08 +0200
commit0e35b7738d9f276c0566df0f2cc0f1eed7900d6c (patch)
treeb0b62f90b52f032550f5b5f1d3dadeee32ede0ad /ucb
parente531818579c27ab2e505f1ae960f8a0b9c1c0797 (diff)
Change-Id: Ia9e017732814d3f5b1f2efdaef45d96aa22daa46
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/DAVSessionFactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav/DAVSessionFactory.cxx b/ucb/source/ucp/webdav/DAVSessionFactory.cxx
index 0809252bb5f2..24f7a54580e9 100644
--- a/ucb/source/ucp/webdav/DAVSessionFactory.cxx
+++ b/ucb/source/ucp/webdav/DAVSessionFactory.cxx
@@ -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;