summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipalib/rpc.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/ipalib/rpc.py b/ipalib/rpc.py
index adca8f5bd..a549f0226 100644
--- a/ipalib/rpc.py
+++ b/ipalib/rpc.py
@@ -971,10 +971,6 @@ class RPCClient(Connectible):
:param args: Positional arguments to pass to remote command.
:param kw: Keyword arguments to pass to remote command.
"""
- if name not in self.Command:
- raise ValueError(
- '%s.forward(): %r not in api.Command' % (self.name, name)
- )
server = getattr(context, 'request_url', None)
self.log.info("Forwarding '%s' to %s server '%s'",
name, self.protocol, server)