ldb: ldb_key_value_test fix
authorAaron Haslett <aaronhaslett@catalyst.net.nz>
Fri, 17 May 2019 01:27:20 +0000 (13:27 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 22 May 2019 04:42:29 +0000 (04:42 +0000)
commit365838311b139b8163cc8f41b4cf2058809ae437
tree0a499349877b6b663415b494caeff52a82224e88
parent64cdd0383f9083d84d38dd19168b013906ca9cf8
ldb: ldb_key_value_test fix

In future commits we'll be adding more logging to LDB, which breaks the
ldb_key_value_test suite. By removing the debug handler, a bug
involving an expired debug_string variable being written to is avoided.

Signed-off-by: Aaron Haslett <aaronhaslett@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
lib/ldb/tests/ldb_mod_op_test.c