Move netrcFile to Settings
Also get rid of Settings::processEnvironment(), it appears to be useless.
This commit is contained in:
parent
bd5388e7b2
commit
cde4b60919
5 changed files with 23 additions and 28 deletions
|
@ -112,7 +112,6 @@ void initNix()
|
|||
opensslLocks = std::vector<std::mutex>(CRYPTO_num_locks());
|
||||
CRYPTO_set_locking_callback(opensslLockCallback);
|
||||
|
||||
settings.processEnvironment();
|
||||
settings.loadConfFile();
|
||||
|
||||
startSignalHandlerThread();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue