Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AO-StreetArt committed Jun 23, 2018
1 parent 10ca931 commit 5a1feb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aossl/profile/include/tiered_app_profile.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class TieredApplicationProfile: public SafeApplicationProfile{
throw std::invalid_argument(GetParseError_En(d.GetParseError()));
}
if (d.IsObject()) {
const rapidjson::Value& token_val = d["data"][key];
const rapidjson::Value& token_val = d["data"][key.c_str()];
data.assign(token_val.GetString());
}
KeyValueStore::set_opt(key, data);
Expand Down

0 comments on commit 5a1feb0

Please sign in to comment.