ucb/source/ucp/webdav/DAVResourceAccess.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit eb8e28d80e1a2dbb0740c486d4e1ebf3df87898c Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Fri May 12 14:40:14 2017 +0200 fix build after 185ed3ddb8c01ee4465ce559e37113824f57b5c7 Change-Id: I2c4f8df6009e407cb0da6fa1b7317a681647d89d diff --git a/ucb/source/ucp/webdav/DAVResourceAccess.cxx b/ucb/source/ucp/webdav/DAVResourceAccess.cxx index 8ffc11305536..c02efe0e853d 100644 --- a/ucb/source/ucp/webdav/DAVResourceAccess.cxx +++ b/ucb/source/ucp/webdav/DAVResourceAccess.cxx @@ -66,7 +66,7 @@ int DAVAuthListener_Impl::authenticate( rtl::Reference< ucbhelper::SimpleAuthenticationRequest > xRequest = new ucbhelper::SimpleAuthenticationRequest( m_aURL, inHostName, inRealm, inoutUserName, - outPassWord, OUString(), + outPassWord, true /*bAllowPersistentStoring*/, bCanUseSystemCredentials ); xIH->handle( xRequest.get() ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits