diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-12-19 10:58:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:07:31 -0500 |
commit | 04e1d5f77cfba8dd69eccf510cf07bbc3df0ec2b (patch) | |
tree | 963c09279772c5ed059d4e65684dbe6754e14379 /source4/lib/ldb/ldb_tdb/ldb_index.c | |
parent | cf4298874c01644eaedb8f80eec131ec5a220e08 (diff) | |
download | samba-04e1d5f77cfba8dd69eccf510cf07bbc3df0ec2b.tar.gz samba-04e1d5f77cfba8dd69eccf510cf07bbc3df0ec2b.tar.bz2 samba-04e1d5f77cfba8dd69eccf510cf07bbc3df0ec2b.zip |
r4282: removed a spurious error message now we remove index entries in the modify call
(This used to be commit 58fcc326241e73cc8a122e6130b5ff0d6a3b9232)
Diffstat (limited to 'source4/lib/ldb/ldb_tdb/ldb_index.c')
-rw-r--r-- | source4/lib/ldb/ldb_tdb/ldb_index.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb_tdb/ldb_index.c b/source4/lib/ldb/ldb_tdb/ldb_index.c index b0a1b0f89f..8d31a3a81f 100644 --- a/source4/lib/ldb/ldb_tdb/ldb_index.c +++ b/source4/lib/ldb/ldb_tdb/ldb_index.c @@ -769,7 +769,6 @@ int ltdb_index_del_value(struct ldb_module *module, const char *dn, if (ret == 0) { /* it wasn't indexed. Did we have an earlier error? If we did then its gone now */ - ldb_debug(ldb, LDB_DEBUG_ERROR, "ERROR: dn_key %s was not indexed\n", dn_key); ldb_free(ldb, dn_key); return 0; } |