ctdb-vacuum: simplify delete_marshall_traverse_first: use tdb_null
commit974aa73160d50b7cf63b4a5e6dd7a7b1408ece42
authorMichael Adam <obnox@samba.org>
Sat, 15 Feb 2014 12:01:33 +0000 (15 13:01 +0100)
committerAmitay Isaacs <amitay@gmail.com>
Thu, 6 Mar 2014 00:31:14 +0000 (6 11:31 +1100)
tree65c169253e45afa5cec06975368f527935c32e9e
parent16837bc309aa9a86fc21d7f59a8fce0b947428a3
ctdb-vacuum: simplify delete_marshall_traverse_first: use tdb_null

we know anyways the record to store is empty at this point.
So skip pointer calculations.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/server/ctdb_vacuum.c