Fixed bug in aliases logic.
This commit is contained in:
parent
ed3a39dc74
commit
d254aafb93
@ -61,7 +61,11 @@ size_t xmrig::Threads<T>::read(const rapidjson::Value &value)
|
|||||||
if (!threads.isEmpty()) {
|
if (!threads.isEmpty()) {
|
||||||
move(member.name.GetString(), std::move(threads));
|
move(member.name.GetString(), std::move(threads));
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
for (auto &member : value.GetObject()) {
|
||||||
|
if (member.value.IsArray() || member.value.IsObject()) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user