tdb: Move adding tailer space to tdb_find_dead
authorVolker Lendecke <vl@samba.org>
Tue, 18 Mar 2014 06:52:59 +0000 (07:52 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 18 Mar 2014 12:42:10 +0000 (13:42 +0100)
commitcb09d7937c93a6cdf855b84bd5f58f30a46cbfc7
treee1e7a7599ff05372130b5364ebd3184f07221a0f
parent255edd1b417480ab033c51165702c19fb5fff56f
tdb: Move adding tailer space to tdb_find_dead

This aligns the tdb_find_dead API with the tdb_allocate API and thus makes it a
bit easier to understand, at least for me.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/tdb/common/tdb.c