ctdb-vacuum: use tdb_parse_record instead of tdb_fetch in delete_queue_traverse()
authorMichael Adam <obnox@samba.org>
Fri, 14 Feb 2014 14:28:22 +0000 (15:28 +0100)
committerAmitay Isaacs <amitay@gmail.com>
Thu, 6 Mar 2014 00:31:11 +0000 (11:31 +1100)
commit5d5907c7cf09567e73092578917624c8789c7471
tree315bb992b09dfc423f636eb4b9cb059845edb406
parentfe68b3c4942a4660c9b35c6316856644c32f5631
ctdb-vacuum: use tdb_parse_record instead of tdb_fetch in delete_queue_traverse()

this spares malloc and free

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