Clarify how security works in rippled-example.cfg

This commit is contained in:
Arthur Britto
2013-01-18 15:38:27 -08:00
parent 79d1727b38
commit 032022a5bf
2 changed files with 19 additions and 11 deletions

View File

@@ -99,7 +99,7 @@ public:
int iRole = mHandler->getPublic()
? RPCHandler::GUEST // Don't check on the public interface.
: iAdminGet(jvRequest, mRemoteIP); // XXX Fix this to return the remote IP.
: iAdminGet(jvRequest, mRemoteIP);
if (RPCHandler::FORBID == iRole)
{