Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
fix web_connectivity blocking key
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioLangiu committed Oct 28, 2016
1 parent 7762dc8 commit 32d1fbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libmeasurement_kit/ooni/web_connectivity.cpp
Expand Up @@ -343,6 +343,7 @@ static void compare_control_experiment(
} else {
logger->info("web_connectivity: no blocking detected");
(*entry)["accessible"] = true;
(*entry)["blocking"] = false;
}
}

Expand Down

0 comments on commit 32d1fbb

Please sign in to comment.