s4-dsdb: use dsdb_next_callback()
commit439ee5aaaeb9036d2db69d512bcbc7e88f4a601e
authorAndrew Tridgell <tridge@samba.org>
Tue, 5 Jan 2010 22:23:29 +0000 (6 09:23 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 8 Jan 2010 02:02:59 +0000 (8 13:02 +1100)
tree59b4f801ea48da2eab22b6c55f00a6747ef2a324
parentd0bd6e7ea5a6cc760916acd4f549ac7652c46e05
s4-dsdb: use dsdb_next_callback()

We can't just use the callers callback directly otherwise the
ldb_module_done() is never called on the parent request, as the child
request is passed to the callback.

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/samdb/ldb_modules/instancetype.c
source4/dsdb/samdb/ldb_modules/lazy_commit.c
source4/dsdb/samdb/ldb_modules/show_deleted.c