From 97c1c95f20762055932a83cb7ac08a408437a661 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Thu, 31 Oct 2013 16:55:07 +0000 Subject: Convert remaining update code to LDAPEntry API. --- ipaserver/install/plugins/dns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipaserver/install/plugins/dns.py') diff --git a/ipaserver/install/plugins/dns.py b/ipaserver/install/plugins/dns.py index b875ff019..6e6c52f26 100644 --- a/ipaserver/install/plugins/dns.py +++ b/ipaserver/install/plugins/dns.py @@ -160,7 +160,7 @@ class update_dns_limits(PostUpdate): self.env.basedn) try: - (dn, entry) = ldap.get_entry(dns_service_dn, self.limit_attributes) + entry = ldap.get_entry(dns_service_dn, self.limit_attributes) except errors.NotFound: # this host may not have DNS service set root_logger.debug("DNS: service %s not found, no need to update limits" % dns_service_dn) -- cgit