[tbb-commits] [tor-browser/tor-browser-91.4.0esr-11.0-1] Revert "Bug 1728536 - Fix compilation error with `--disable-maintenance-service`. r?#application-update-reviewers"

boklm at torproject.org boklm at torproject.org
Wed Dec 15 18:52:28 UTC 2021


commit 46759c4b9ea37931f18c0627a82009d704260f68
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Wed Dec 15 19:51:18 2021 +0100

    Revert "Bug 1728536 - Fix compilation error with `--disable-maintenance-service`. r?#application-update-reviewers"
    
    This reverts commit a21cc727a3f1d94581d777c2499ac2e601852b1a.
---
 toolkit/mozapps/update/updater/updater.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/toolkit/mozapps/update/updater/updater.cpp b/toolkit/mozapps/update/updater/updater.cpp
index 71be78dca2b8..70ca36dcc3d2 100644
--- a/toolkit/mozapps/update/updater/updater.cpp
+++ b/toolkit/mozapps/update/updater/updater.cpp
@@ -3673,7 +3673,6 @@ int NS_main(int argc, NS_tchar** argv) {
 #  endif
       }
 
-#  ifdef MOZ_MAINTENANCE_SERVICE
       // If we started the elevated updater, and it finished, check the secure
       // update status file to make sure that it succeeded, and if it did we
       // need to launch the PostUpdate process in the unelevated updater which
@@ -3691,7 +3690,6 @@ int NS_main(int argc, NS_tchar** argv) {
           }
         }
       }
-#  endif
 
       CloseHandle(elevatedFileHandle);
 



More information about the tbb-commits mailing list