From 66d291001a55669a546f427b2a1d63c7d3099b48 Mon Sep 17 00:00:00 2001 From: Pavel Zuna Date: Mon, 1 Jun 2009 19:01:56 +0200 Subject: [PATCH] Remove unused reference to old LDAP backend in join plugin. --- ipalib/plugins/join.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ipalib/plugins/join.py b/ipalib/plugins/join.py index 28179a849..b6aac6661 100644 --- a/ipalib/plugins/join.py +++ b/ipalib/plugins/join.py @@ -79,7 +79,6 @@ class join(Command): :param kw: Keyword arguments for the other attributes. """ assert 'cn' not in kw - ldap = self.api.Backend.ldap try: host = api.Command['host_show'](hostname)