summaryrefslogtreecommitdiffstats
path: root/ipalib/frontend.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/frontend.py')
-rw-r--r--ipalib/frontend.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipalib/frontend.py b/ipalib/frontend.py
index 41a0f7c1a..81e9cd4c2 100644
--- a/ipalib/frontend.py
+++ b/ipalib/frontend.py
@@ -774,8 +774,6 @@ class Command(HasParam):
if server_major != client_major:
raise VersionError(cver=client_version, sver=API_VERSION, server=self.env.xmlrpc_uri)
- if client_minor > server_minor:
- raise VersionError(cver=client_version, sver=API_VERSION, server=self.env.xmlrpc_uri)
def run(self, *args, **options):
"""