commit d069864d14a1574b121ed7cba229ba42e22cfb1f Author: Georg Koppen gk@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);
tor-commits@lists.torproject.org