summaryrefslogtreecommitdiff
path: root/xmlsecurity/source
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source')
-rw-r--r--xmlsecurity/source/helper/xmlsignaturehelper.cxx2
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