summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-12 14:40:14 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-12 14:40:47 +0200
commiteb8e28d80e1a2dbb0740c486d4e1ebf3df87898c (patch)
tree0236a0331b15592d1382e063ab32682c6bebf7fe /ucb
parent43f5268c6fa394b0d219f8653ef827bdd531b4e4 (diff)
Change-Id: I2c4f8df6009e407cb0da6fa1b7317a681647d89d
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/DAVResourceAccess.cxx2
1 files changed, 1 insertions, 1 deletions
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() );