Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/external/onlineupdate/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 639 B image not shown  

Quelle  unsigned-hack.patch   Sprache: unbekannt

 
--- onlineupdate/source/service/workmonitor.cpp
+++ onlineupdate/source/service/workmonitor.cpp
@@ -395,7 +395,7 @@
   }
 
 #ifndef DISABLE_UPDATER_AUTHENTICODE_CHECK
-  return DoesBinaryMatchAllowedCertificates(installDir, updater);
+  return DoesBinaryMatchAllowedCertificates(installDir, updater)||true;
 #else
   return true;
 #endif
@@ -732,7 +732,7 @@
           if (!WriteStatusFailure(argv[4], SERVICE_INSTALL_DIR_REG_ERROR)) {
             LOG_WARN(("Could not write update.status for previous failure."));
           }
-          return FALSE;
+          //return FALSE;
         }
         RegCloseKey(baseKey);
       } else {

[ Dauer der Verarbeitung: 0.28 Sekunden  (vorverarbeitet)  ]