Fix crash bugs in error paths: ac is not yet initialized here, and we don't
authorSimo Sorce <idra@samba.org>
Thu, 2 Oct 2008 21:15:00 +0000 (17:15 -0400)
committerSimo Sorce <idra@samba.org>
Thu, 2 Oct 2008 21:15:00 +0000 (17:15 -0400)
commitb174765d54c202eb507b1caaed95c33bcd54d243
treebd064847454a192b6b91225cc958b844485f564f
parente0dbac6873b816384f570ad8a7ceea7c96573d00
Fix crash bugs in error paths: ac is not yet initialized here, and we don't
need to call ldb_module_done in the main module functions, we can directly
return an error. ldb_module_done() is for callbacks
source4/dsdb/samdb/ldb_modules/extended_dn.c