Fix [rpc_startup].

This commit is contained in:
Arthur Britto
2013-01-21 16:54:51 -08:00
parent a2b890506a
commit 6aa9a3fc90

View File

@@ -288,7 +288,7 @@ void Config::load()
if (!jrReader.parse(strJson, jvCommand))
throw std::runtime_error(boost::str(boost::format("Couldn't parse ["SECTION_RPC_STARTUP"] command: %s") % strJson));
RPC_STARTUP.append(jvCommand);
jvArray.append(jvCommand);
}
RPC_STARTUP = jvArray;