s3:dbwrap: fix db_rbt_traverse() to return the record count on success
authorGregor Beck <gbeck@sernet.de>
Wed, 17 Aug 2011 09:44:12 +0000 (11:44 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 11 Oct 2011 13:33:21 +0000 (15:33 +0200)
commitb2262a2d4934e8b026b9389501b96f7d848d2e50
tree52637d356c820bd918558aef6e61e9038013b459
parentece2ac31e46310a88ef1e6b2c06828ec6053a1e7
s3:dbwrap: fix db_rbt_traverse() to return the record count on success

this makes it consistent with documented behaviour of tdb_traverse()

Signed-off-by: Michael Adam <obnox@samba.org>
source3/lib/dbwrap_rbt.c