1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r8041: remove a mis-spelled debug message :-)

This commit is contained in:
Andrew Tridgell 2005-07-01 08:04:48 +00:00 committed by Gerald (Jerry) Carter
parent 3671459d9a
commit 912fa269d2

View File

@ -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;