fix: 3508 location invalidation (#3511)

* Revert "refactor: remove tr_sessionGetConfigDir() (#3506)"

This reverts commit c50da43ae0.

* Revert "fix: do not leak in tr_getWebClientDir() (#3502)"

This reverts commit 5a75e37033.
This commit is contained in:
Charles Kerr
2022-07-22 00:52:48 -05:00
committed by GitHub
parent c50da43ae0
commit 0da1cbb6ec
20 changed files with 218 additions and 218 deletions

View File

@@ -122,7 +122,6 @@ public:
std::vector<std::string> hostWhitelist;
std::vector<std::string> whitelist_;
std::string const web_client_dir_;
std::string salted_password_;
std::string username_;
std::string whitelist_str_;