Skip to content
Snippets Groups Projects
Commit 84c7e054 authored by Konstantin Kuharenko's avatar Konstantin Kuharenko
Browse files

Merge branch 'release-3.1.21' into 'master'

Release 3.1.21

See merge request !298
parents 790cdef9 633c70c1
No related branches found
No related tags found
1 merge request!298Release 3.1.21
......@@ -94,6 +94,7 @@ QVariant DapGetListKeysCommand::respondToClient(const QVariant &args)
}
data.insert("keys", keyArray);
}
data.insert("networkName", net);
resultObject.insert(RESULT_KEY, data);
if(!errorMsg.isEmpty())
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment