We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe10d7 commit 7fe41c6Copy full SHA for 7fe41c6
toolkit/xre/nsAppRunner.cpp
@@ -4251,6 +4251,8 @@ int XREMain::XRE_mainInit(bool* aExitFlag) {
4251
#if defined(MOZ_ENTERPRISE)
4252
rv = XRE_ParseEnterpriseServerURL(*mAppData);
4253
# if defined(MOZILLA_OFFICIAL)
4254
+ // Enterprise deployments must have a distribution.ini, but we need to
4255
+ // tolerate local builds
4256
if (NS_FAILED(rv)) {
4257
Output(true, "Couldn't read console url from distribution.ini");
4258
return 1;
0 commit comments