r18436: converted ldb to use talloc_move() instead of talloc_steal() when
authorAndrew Tridgell <tridge@samba.org>
Wed, 13 Sep 2006 00:10:38 +0000 (00:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:29 +0000 (14:18 -0500)
commit7f63cebd331793d059b1dbfd2f7d7ce38105c4fe
treeb23bdbb55ec7f8b4598bd3da0022a25873e49afe
parent1a5978445199a1d8697a5604761899aa065059fe
r18436: converted ldb to use talloc_move() instead of talloc_steal() when
appropriate.

Note that I also removed the error checks that were being done on the
result of talloc_steal(). They are pointless as talloc_steal() doesn't
have any failure modes that wouldn't cause a segv anyway, and they
tend to clutter the code
(This used to be commit c0d9e7d473b8e3eb2524a9fc29cf88680f994b36)
source4/lib/ldb/common/ldb.c
source4/lib/ldb/ldb_ildap/ldb_ildap.c
source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c
source4/lib/ldb/ldb_tdb/ldb_index.c
source4/lib/ldb/ldb_tdb/ldb_search.c
source4/lib/ldb/modules/asq.c
source4/lib/ldb/modules/objectclass.c
source4/lib/ldb/modules/paged_results.c
source4/lib/ldb/modules/sort.c
source4/lib/ldb/tools/ad2oLschema.c
source4/lib/ldb/tools/ldbsearch.c