Let [rpc_admin_allow] take multiple lines.

This commit is contained in:
Arthur Britto
2013-01-21 17:18:21 -08:00
parent ab6ab491eb
commit d569633c09
4 changed files with 16 additions and 6 deletions

View File

@@ -113,7 +113,7 @@ public:
// RPC parameters
std::string RPC_IP;
int RPC_PORT;
std::string RPC_ADMIN_ALLOW;
std::vector<std::string> RPC_ADMIN_ALLOW;
std::string RPC_ADMIN_PASSWORD;
std::string RPC_ADMIN_USER;
std::string RPC_PASSWORD;