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

Commit

Permalink
Re-add mistakenly overwritten superdomain counter
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Sep 29, 2014
1 parent 389c20b commit 05565bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aggregate/prepare2.sh
Expand Up @@ -275,6 +275,7 @@ def distinctMangleClassification(request):
request as $request
| .classification.isSameDomain += ($request.classification.isSameDomain | boolToInt)
| .classification.isSubdomain += ($request.classification.isSubdomain | boolToInt)
| .classification.isSuperdomain += ($request.classification.isSuperdomain | boolToInt)
| .classification.isSamePrimaryDomain += ($request.classification.isSamePrimaryDomain | boolToInt)
| .classification.isInternalDomain += ($request.classification.isInternalDomain | boolToInt)
| .classification.isExternalDomain += ($request.classification.isExternalDomain | boolToInt)
Expand Down

0 comments on commit 05565bb

Please sign in to comment.