diff options
Diffstat (limited to 'ipalib/plugins/join.py')
-rw-r--r-- | ipalib/plugins/join.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |