ucb/source/ucp/webdav-curl/CurlSession.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0b35970ffb46075d19f1a65391dde8182f322ef0
Author:     Jan-Marek Glogowski <glo...@fbihome.de>
AuthorDate: Wed Dec 1 09:53:53 2021 +0100
Commit:     Jan-Marek Glogowski <glo...@fbihome.de>
CommitDate: Wed Dec 1 14:32:06 2021 +0100

    webdav-curl: just mask CURLE_QUIC_CONNECT_ERROR
    
    ... obviously we still need the throw...
    
    Change-Id: Ia7960ce2296e196be600f6b9a8139bc261fd2159
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126170
    Tested-by: Jenkins
    Reviewed-by: Jan-Marek Glogowski <glo...@fbihome.de>

diff --git a/ucb/source/ucp/webdav-curl/CurlSession.cxx 
b/ucb/source/ucp/webdav-curl/CurlSession.cxx
index 5cde0fc027aa..59f372fa809b 100644
--- a/ucb/source/ucp/webdav-curl/CurlSession.cxx
+++ b/ucb/source/ucp/webdav-curl/CurlSession.cxx
@@ -948,10 +948,10 @@ auto CurlProcessor::ProcessRequestImpl(
             case CURLE_FAILED_INIT:
 #if CURL_AT_LEAST_VERSION(7, 69, 0)
             case CURLE_QUIC_CONNECT_ERROR:
+#endif
                 throw DAVException(
                     DAVException::DAV_HTTP_CONNECT,
                     ConnectionEndPointString(rSession.m_URI.GetHost(), 
rSession.m_URI.GetPort()));
-#endif
             case CURLE_REMOTE_ACCESS_DENIED:
             case CURLE_LOGIN_DENIED:
             case CURLE_AUTH_ERROR:

Reply via email to