Set m_saveConfig to false by default
This commit is contained in:
parent
32984383a3
commit
98f95584a0
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ xmrig::CommonConfig::CommonConfig() :
|
||||||
m_colors(true),
|
m_colors(true),
|
||||||
m_dryRun(false),
|
m_dryRun(false),
|
||||||
m_calibrateAlgo(false),
|
m_calibrateAlgo(false),
|
||||||
|
m_saveConfig(false),
|
||||||
m_syslog(false),
|
m_syslog(false),
|
||||||
|
|
||||||
# ifdef XMRIG_PROXY_PROJECT
|
# ifdef XMRIG_PROXY_PROJECT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue