Server Upgrade: fix a comment in ldapupdater

DN sorting was removed in previous patches

https://fedorahosted.org/freeipa/ticket/4904

Reviewed-By: David Kupka <dkupka@redhat.com>
This commit is contained in:
Martin Basti 2015-04-16 15:32:01 +02:00 committed by Petr Vobornik
parent 26c1851e98
commit 81df7b501e

View File

@ -769,12 +769,7 @@ class LDAPUpdate:
def _delete_record(self, updates):
"""
Run through all the updates again looking for any that should be
deleted.
This must use a reversed list so that the longest entries are
considered first so we don't end up trying to delete a parent
and child in the wrong order.
Delete record
"""
dn = updates['dn']