s4-dsdb: added comments and fixed backlink check in repl_meta_data
authorAndrew Tridgell <tridge@samba.org>
Mon, 15 Aug 2011 06:01:39 +0000 (16:01 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 17 Aug 2011 23:26:59 +0000 (09:26 +1000)
commitc5dc26b9769bbaf2883a8cc8fc6fbe3168ff1c9b
tree828f4fedeb577fa3995b491aab08229e309138f0
parent16fa0f68bdce39eb19f0fa5486ff231467662b12
s4-dsdb: added comments and fixed backlink check in repl_meta_data

added comments explaining the backlink deletion code, plus fix a use
of a bitwise operation in a boolean expression, and avoid calling
dsdb_functional_level() inside a loop

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