s3:dbwrap_ctdb: fix check for skipping the __db_sequence_number__ in traverse
authorMichael Adam <obnox@samba.org>
Wed, 12 Oct 2011 10:03:42 +0000 (12:03 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 12 Oct 2011 20:45:52 +0000 (22:45 +0200)
commit8a3aa56202758dac195a8d3bee446269863221ab
tree562c82a6b7e504a842d3afdb9d232a5fc2060b3c
parentc6481f4f2491ba76f2da7fdb67bc2264b5b83f12
s3:dbwrap_ctdb: fix check for skipping the __db_sequence_number__ in traverse

Brown paperbag. This omitted the "== 0" hand hence skipped all keys of the
same length as __db_sequence_number__ but different from it...
source3/lib/dbwrap/dbwrap_ctdb.c