mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Disable Rules assignment in Ledger::setup:
This is a temporary fix for a thread-unsafe access.
This commit is contained in:
@@ -715,6 +715,7 @@ Ledger::setup (Config const& config)
|
|||||||
Throw();
|
Throw();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
rules_ = Rules(*this);
|
rules_ = Rules(*this);
|
||||||
@@ -727,6 +728,7 @@ Ledger::setup (Config const& config)
|
|||||||
{
|
{
|
||||||
Throw();
|
Throw();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user