tdb: increase readability of read_record_on_left()
authorMichael Adam <obnox@samba.org>
Mon, 10 Feb 2014 00:39:15 +0000 (01:39 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 26 Jun 2014 08:00:11 +0000 (10:00 +0200)
commit87ac4ac523b68776c98fb1656d89d1eb28419fd4
tree24ed62991c61e971d5c3f3f8166138b614ee7717
parentf5a777a36ca1767df70087dfd084e86d4e97d242
tdb: increase readability of read_record_on_left()

by using early returns and better variable names,
and reducing indentation.

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