Skip to content

Commit

Permalink
fix: modified code to use final as default for fingerprint mode
Browse files Browse the repository at this point in the history
https://telecominfraproject.atlassian.net/browse/WIFI-431

Summary of changes:
- Modified code to use `final` as default value for fingerprint mode.

Signed-off-by: Ivan Chvets <[email protected]>
  • Loading branch information
i-chvets committed Jun 5, 2024
1 parent 7a845e2 commit de512f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/ConfigurationValidator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3769,7 +3769,7 @@ static std::string DefaultAPSchema = R"foo(
"final",
"raw-data"
],
"default": "always"
"default": "final"
},
"minimum-age": {
"description": "The minimum age a fingerprint must have before it is reported.",
Expand Down

0 comments on commit de512f0

Please sign in to comment.