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)
commitc0d9e7d473b8e3eb2524a9fc29cf88680f994b36
treed9bee32ffe58a51fcd004e0cfd24ae574cfa5584
parent200756017e1867faa207703eddc00a75ae4527df
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
source/lib/ldb/common/ldb.c
source/lib/ldb/ldb_ildap/ldb_ildap.c
source/lib/ldb/ldb_sqlite3/ldb_sqlite3.c
source/lib/ldb/ldb_tdb/ldb_index.c
source/lib/ldb/ldb_tdb/ldb_search.c
source/lib/ldb/modules/asq.c
source/lib/ldb/modules/objectclass.c
source/lib/ldb/modules/paged_results.c
source/lib/ldb/modules/sort.c
source/lib/ldb/tools/ad2oLschema.c
source/lib/ldb/tools/ldbsearch.c