mirror of
https://github.com/monero-project/monero.git
synced 2025-12-22 07:10:46 -08:00
Add tools::on_startup, and warn about glibc 2.25 bug if found
https://sourceware.org/bugzilla/show_bug.cgi?id=21778
This commit is contained in:
@@ -55,7 +55,7 @@ int main(int argc, char* argv[])
|
||||
uint64_t block_stop = 0;
|
||||
bool blocks_dat = false;
|
||||
|
||||
tools::sanitize_locale();
|
||||
tools::on_startup();
|
||||
|
||||
boost::filesystem::path default_data_path {tools::get_default_data_dir()};
|
||||
boost::filesystem::path default_testnet_data_path {default_data_path / "testnet"};
|
||||
|
||||
Reference in New Issue
Block a user