This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO41X by this push:
     new bdb20b2  Whoops: removed temporary line
bdb20b2 is described below

commit bdb20b2a644caf8c6da0dc8ab59650662275bb96
Author: Arrigo Marchiori <ard...@yahoo.it>
AuthorDate: Mon Sep 20 06:57:43 2021 +0200

    Whoops: removed temporary line
---
 main/xmlsecurity/source/helper/xsecverify.cxx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/main/xmlsecurity/source/helper/xsecverify.cxx 
b/main/xmlsecurity/source/helper/xsecverify.cxx
index 718c1b8..101b944 100644
--- a/main/xmlsecurity/source/helper/xsecverify.cxx
+++ b/main/xmlsecurity/source/helper/xsecverify.cxx
@@ -219,7 +219,6 @@ void XSecController::setX509SerialNumber( rtl::OUString& 
ouX509SerialNumber )
 void XSecController::setX509Certificate( rtl::OUString& ouX509Certificate )
 {
        InternalSignatureInformation &isi = 
m_vInternalSignatureInformations[m_vInternalSignatureInformations.size()-1];
-    setIfEmpty(isi.signatureInfor.ouX509Certificate, ouX509Certificate);
     if (isi.signatureInfor.ouX509Certificate.getLength()) {
         // We allow to re-set the same certificate only.
         // Whitespace may change.

Reply via email to