Skip to content

Commit

Permalink
Revert "Bug 1868042: Remove unused OHTTP initialization. r=valentin, …
Browse files Browse the repository at this point in the history
…a=RyanVM"

This reverts commit 86fdbff.
  • Loading branch information
MrAlex94 committed Dec 19, 2023
1 parent ca3a240 commit fe46cb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions netwerk/dns/nsDNSService2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,9 @@ nsDNSService::Init() {

RegisterWeakMemoryReporter(this);

nsCOMPtr<nsIObliviousHttpService> ohttpService(
do_GetService("@mozilla.org/network/oblivious-http-service;1"));

mTrrService = new TRRService();
if (NS_FAILED(mTrrService->Init())) {
mTrrService = nullptr;
Expand Down

0 comments on commit fe46cb9

Please sign in to comment.