Skip to content

Commit

Permalink
Fix Navigraph cookie refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
fpw committed Apr 22, 2023
1 parent 0f4a9e4 commit 905f222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charts/RESTClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ std::string RESTClient::post(const std::string& url, const std::map<std::string,
}
fieldStr += c;
}
cookieJar.insert(std::make_pair(name, value));
cookieJar[name] = value;
cursor = cursor->next;
}
curl_slist_free_all(cookies);
Expand Down

0 comments on commit 905f222

Please sign in to comment.