diff options
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/helper/xmlsignaturehelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper.cxx b/xmlsecurity/source/helper/xmlsignaturehelper.cxx index d69b48ae076b..731405e8ad0b 100644 --- a/xmlsecurity/source/helper/xmlsignaturehelper.cxx +++ b/xmlsecurity/source/helper/xmlsignaturehelper.cxx @@ -759,7 +759,7 @@ XMLSignatureHelper::CheckAndUpdateSignatureInformation( // longer EncapsulatedX509Certificate chain datas.emplace_back(tempResult); #endif - certs = encapsulatedCerts; // overwrite this seems easier + certs = std::move(encapsulatedCerts); // overwrite this seems easier } } else |