diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2021-10-25 15:26:55 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2021-11-01 18:59:12 +0100 |
commit | 791f94a967560fb36cce06e673b115f3ffc707ae (patch) | |
tree | e845f143aa7e780a81893c8356f5f07e13176694 /ucb/source/ucp/webdav-curl/CurlSession.hxx | |
parent | 7cd5647b9d02be7527f78a08d49c742be4c34c34 (diff) |
ucb: webdav-curl: remove locks from LockStore after AUTH error
[ reimplement commit 94e4695bcfcb9356d37942c47359b94531ef7b95 ]
Change-Id: I15d1a95074dcad3f2c642bb0819741a2b0f734c7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124216
Tested-by: Michael Stahl <michael.stahl@allotropia.de>
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'ucb/source/ucp/webdav-curl/CurlSession.hxx')
-rw-r--r-- | ucb/source/ucp/webdav-curl/CurlSession.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav-curl/CurlSession.hxx b/ucb/source/ucp/webdav-curl/CurlSession.hxx index 88496308a947..33288b312051 100644 --- a/ucb/source/ucp/webdav-curl/CurlSession.hxx +++ b/ucb/source/ucp/webdav-curl/CurlSession.hxx @@ -127,8 +127,8 @@ public: virtual auto abort() -> void override; - auto NonInteractive_LOCK(OUString const& rURI, sal_Int32& o_rLastChanceToSendRefreshRequest) - -> bool; + auto NonInteractive_LOCK(OUString const& rURI, sal_Int32& o_rLastChanceToSendRefreshRequest, + bool& o_rIsAuthFailed) -> bool; auto NonInteractive_UNLOCK(OUString const& rURI) -> void; }; |