s4-dsdb: it is a better pattern to mark a control as done than remove it
authorAndrew Tridgell <tridge@samba.org>
Wed, 16 Dec 2009 09:45:02 +0000 (20:45 +1100)
committerAndrew Tridgell <tridge@samba.org>
Wed, 16 Dec 2009 09:56:24 +0000 (20:56 +1100)
commit558a38671af5ea05d9ee1d815f0c1c2dab41a80c
tree19752f35e1b1868425157accb0a96456ad6bcbb3
parent41e403adb0fa76c8d15d5d1ef38b195a6da2265c
s4-dsdb: it is a better pattern to mark a control as done than remove it

removing a control means it can't be seen by any other modules, which
is usually not what is wanted. Better to just mark it non-critical,
which means anyone else who wants to look at it can, but if nobody
does its not an error.
source4/dsdb/samdb/ldb_modules/extended_dn_out.c
source4/dsdb/samdb/ldb_modules/lazy_commit.c
source4/dsdb/samdb/ldb_modules/show_deleted.c