tdb: Fix CID 1034959 Uninitialized scalar variable
authorVolker Lendecke <vl@samba.org>
Sat, 22 Jun 2013 10:13:26 +0000 (12:13 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 22 Jul 2013 22:07:21 +0000 (15:07 -0700)
log_ctx.log_private was used uninitialized. Not a real bug here,
as tdb_log does not access it, but tdb_open_ex still moves around
uninitialized data. So this would show up in valgrind as well.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>

No differences found