Update git submodules
[LibreOffice.git] / external / libcmis / 0001-cppcheck-operatorEqVarError-in-src-libcmis-http-sess.patch
blobfc1acef60fabd05dac234efda7079cccf649f616
1 From 308a5352bab44157ba13962b9aa4becefb6e3817 Mon Sep 17 00:00:00 2001
2 From: Julien Nabet <serval2412@yahoo.fr>
3 Date: Fri, 23 Feb 2024 17:56:17 +0100
4 Subject: [PATCH] cppcheck: operatorEqVarError in src/libcmis/http-session.cxx
6 ---
7 src/libcmis/http-session.cxx | 1 +
8 1 file changed, 1 insertion(+)
10 diff --git a/src/libcmis/http-session.cxx b/src/libcmis/http-session.cxx
11 index f690914..8d427a4 100644
12 --- a/src/libcmis/http-session.cxx
13 +++ b/src/libcmis/http-session.cxx
14 @@ -224,6 +224,7 @@ HttpSession& HttpSession::operator=( const HttpSession& copy )
16 curl_easy_cleanup( m_curlHandle );
17 m_curlHandle = NULL;
18 + m_CurlInitProtocolsFunction = copy.m_CurlInitProtocolsFunction;
19 m_no100Continue = copy.m_no100Continue;
20 m_oauth2Handler = copy.m_oauth2Handler;
21 m_username = copy.m_username;
22 --
23 2.45.1