s4-ldb: fixed a valgrind error in ldbtest
authorAndrew Tridgell <tridge@samba.org>
Fri, 18 Dec 2009 02:07:48 +0000 (13:07 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 18 Dec 2009 10:03:40 +0000 (21:03 +1100)
commitcb841c363a3f78689b0bea12d359a4f0855164dd
tree2aedb7f3a3c8cd6bd7a9c78ecddec648a13767b6
parent5d7805b07f1417e79325c5fd51c0c621f609b6df
s4-ldb: fixed a valgrind error in ldbtest

we were using msg->dn after the ldb it contained had been freed

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/lib/ldb/tools/ldbtest.c