Bug 1134596 - SetOffline(false) in nsIOService::Init r=honzab

This commit is contained in:
Valentin Gosu 2015-04-03 16:23:18 +03:00
parent 85f7fab9de
commit 63a164ec5b

View File

@ -234,6 +234,7 @@ nsIOService::Init()
gIOService = this;
InitializeNetworkLinkService();
SetOffline(false);
return NS_OK;
}