diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-01 08:04:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:19:01 -0500 |
commit | 978335ae94ef00bc7f2242cb06dcf23a803245c7 (patch) | |
tree | a56f8439aa0dc6b64754db425a124147c0f61ca8 /source4 | |
parent | 93e2baaf769aa415ca60e9ecc2f904f3472efec8 (diff) | |
download | samba-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')
-rw-r--r-- | source4/lib/ldb/common/attrib_handlers.c | 1 |
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; |