mnet MDL-21473 xmlrpc client should check in the remote_ rpc tables

This commit is contained in:
Penny Leach 2010-01-29 02:59:27 +00:00
parent 220e5a767a
commit 5f27814116

View File

@ -314,8 +314,8 @@ class mnet_xmlrpc_client {
SELECT
*
FROM
{mnet_rpc} r,
{mnet_service2rpc} s2r,
{mnet_remote_rpc} r,
{mnet_remote_service2rpc} s2r,
{mnet_host2service} h2s
WHERE
r.xmlrpcpath = ? AND