Skip to content

Commit

Permalink
Don't prepare nodes for old format
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderfrangos committed Jan 19, 2024
1 parent 9f6a485 commit ca6d1a2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/nvhttp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,6 @@ namespace nvhttp {

node.put("uniqueid"s, client.uniqueID);

pt::ptree cert_nodes;
for (auto &cert : client.certs) {
pt::ptree cert_node;
cert_node.put_value(cert);
cert_nodes.push_back(std::make_pair(""s, cert_node));
}

pt::ptree named_cert_nodes;
for (auto &named_cert : client.named_certs) {
pt::ptree named_cert_node;
Expand Down

0 comments on commit ca6d1a2

Please sign in to comment.