r15978: - pass the error code back to the caller...
authorStefan Metzmacher <metze@samba.org>
Wed, 31 May 2006 10:17:05 +0000 (10:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:08:45 +0000 (14:08 -0500)
commit7b9d7119205c442f338deab07122ce1548bad9b6
treef7fe17b5a710e03ae234652280004311431f371f
parentf38b042ded6ec9b243c15d7710261708f208d289
r15978: - pass the error code back to the caller...
- we were giving OPERATIONS_ERROR in all cases:-(
- we now pass ALREADY_EXIST fine to the caller,
  and the code in libnet_site.c is happy again.
- this bug wasn't noticed for a long time because
  the ldb_ildap code always passed SUCCESS to it's caller

metze
source/lib/ldb/ldb_tdb/ldb_tdb.c