s4-ldb: fixed error handling in openldap backend
authorAndrew Tridgell <tridge@samba.org>
Fri, 2 Jul 2010 01:39:28 +0000 (11:39 +1000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 2 Jul 2010 02:49:04 +0000 (12:49 +1000)
commit84c5dd1e4bb1b4c45d7b5ac68ab432cfc399835c
tree90c5b942c816295072c89a26f92c58ba06e5417a
parent277a9b4aaca60745acfa3f82bd021390de337a26
s4-ldb: fixed error handling in openldap backend

fixed several bugs in error handling. the ldb context was used without
being initialised in the error paths, and several error paths did not
set an ldb error string.
source4/lib/ldb/ldb_ldap/ldb_ldap.c