mirror of
https://github.com/i2p/i2p.firefox.git
synced 2024-12-06 19:16:37 +01:00
Add missing line to while loop
This commit is contained in:
@@ -43,6 +43,7 @@ public class WinLauncher extends WindowsUpdatePostProcessor {
|
||||
|
||||
UpdateManager upmgr = updateManagerClient();
|
||||
while (upmgr == null) {
|
||||
upmgr = updateManagerClient();
|
||||
System.out.println("Waiting for update manager so we can pull our own updates");;
|
||||
}
|
||||
upmgr.register(this, ROUTER_SIGNED_SU3, 6);
|
||||
|
||||
Reference in New Issue
Block a user