[tbb-commits] [tor-browser/tor-browser-91.4.0esr-11.5-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:47:04 UTC 2021


commit d069864d14a1574b121ed7cba229ba42e22cfb1f
Author: Georg Koppen <gk at torproject.org>
Date:   Fri Dec 10 15:51:43 2021 +0000

    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