Fix some valgrind issues.
authorAndrew Bartlett <abartlet@samba.org>
Sat, 29 Mar 2008 00:18:00 +0000 (11:18 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 29 Mar 2008 00:18:00 +0000 (11:18 +1100)
commite0c90d613121432700ea44011fda51e623de996c
treea17f17314697877dc06d6c3149711a29f772e6be
parent77cbab18b51d43aca2b7ade989b5ce6005b69bb6
Fix some valgrind issues.

These small changes seem to fix some of the early issues in 'make
valgrindtest'

Previously, the subtree_delete code didn't pass on the timeout,
leaving it uninitialised.

The ldap_server/ldap_backend.c change tidies up the talloc hierarchy a
bit.

Andrew Bartlett
(This used to be commit 95314f29a9cf83db71d37e68728bfb5009fce60d)
source4/dsdb/samdb/ldb_modules/subtree_delete.c
source4/ldap_server/ldap_backend.c