summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-01 08:04:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:19:01 -0500
commit978335ae94ef00bc7f2242cb06dcf23a803245c7 (patch)
treea56f8439aa0dc6b64754db425a124147c0f61ca8 /source4/lib/ldb/common
parent93e2baaf769aa415ca60e9ecc2f904f3472efec8 (diff)
downloadsamba-978335ae94ef00bc7f2242cb06dcf23a803245c7.tar.gz
samba-978335ae94ef00bc7f2242cb06dcf23a803245c7.tar.bz2
samba-978335ae94ef00bc7f2242cb06dcf23a803245c7.zip
r8041: remove a mis-spelled debug message :-)
(This used to be commit 912fa269d293b3b55fc5fa65f9532614fe2e202d)
Diffstat (limited to 'source4/lib/ldb/common')
-rw-r--r--source4/lib/ldb/common/attrib_handlers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/ldb/common/attrib_handlers.c b/source4/lib/ldb/common/attrib_handlers.c
index fcff4113b4..6c5692bcbe 100644
--- a/source4/lib/ldb/common/attrib_handlers.c
+++ b/source4/lib/ldb/common/attrib_handlers.c
@@ -245,7 +245,6 @@ static int ldb_comparison_objectclass(struct ldb_context *ldb,
if (ret == 0) {
return 0;
}
- fprintf(stderr, "looing for %s %s\n", v1->data, v2->data);
subclasses = ldb_subclass_list(ldb, v1->data);
if (subclasses == NULL) {
return ret;