traverse the ac list in reverse order
authorAndrew Tridgell <tridge@samba.org>
Wed, 2 Sep 2009 08:18:33 +0000 (18:18 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 2 Sep 2009 08:19:56 +0000 (18:19 +1000)
commit9f031352c6e9439922284fc853611964b33ea4af
tree3a7047c9f2ad735d08f9937f08de56a491970f36
parentb5f63160d474b1fc8484a1a9112aa4f248d1e814
traverse the ac list in reverse order

items are added to the linked attribute list using DLIST_ADD(), which
means to commit them to the database in the same order they came from
the server we need to walk the list backwards when we traverse it
source4/dsdb/samdb/ldb_modules/linked_attributes.c