ldb: Add better debugging to ldb_wait()
authorAndrew Bartlett <abartlet@samba.org>
Thu, 7 Jul 2016 22:03:38 +0000 (10:03 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 19 Jul 2016 11:41:11 +0000 (13:41 +0200)
commitb5d6f7bef14438fad0352a19feb7e660cff88bfe
treecf1ee6b1c38421400b39644919161b56f199404f
parentda66a89bb4a1ef58a10a84f85ad35294605b9896
ldb: Add better debugging to ldb_wait()

To keep line lengths short, the code is re-factored to the
early return pattern.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
lib/ldb/common/ldb.c