diff --git a/src/cpp/ripple/RPCHandler.cpp b/src/cpp/ripple/RPCHandler.cpp index 9af8b1d30..85a50fb00 100644 --- a/src/cpp/ripple/RPCHandler.cpp +++ b/src/cpp/ripple/RPCHandler.cpp @@ -2305,8 +2305,11 @@ Json::Value RPCHandler::doSubscribe(Json::Value jvRequest) if (jvRequest.isMember("url")) { +// Temporarily off. +#if 0 if (mRole != ADMIN) return rpcError(rpcNO_PERMISSION); +#endif std::string strUrl = jvRequest["url"].asString(); std::string strUsername = jvRequest.isMember("username") ? jvRequest["username"].asString() : "";