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)
commit95314f29a9cf83db71d37e68728bfb5009fce60d
tree7e3e719b173096dba9c1528f456892aadd80561a
parent6e863e5fecf83f95ddc5b0149cf7093e2a6a1b07
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
source/dsdb/samdb/ldb_modules/subtree_delete.c
source/ldap_server/ldap_backend.c