From 08e6a55d28c32079c7e404079641b464d3276512 Mon Sep 17 00:00:00 2001 From: zacheiss Date: Sat, 14 Mar 2009 16:16:47 +0000 Subject: [PATCH] No debugging printf. --- incremental/ldap/winad.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/incremental/ldap/winad.c b/incremental/ldap/winad.c index e333ef31..c0237ef1 100755 --- a/incremental/ldap/winad.c +++ b/incremental/ldap/winad.c @@ -6084,9 +6084,6 @@ int populate_group(LDAP *ldap_handle, char *dn_path, char *group_name, while (ptr != NULL) { - com_err(whoami, 0, "Processing member %s:%s", ptr->type, - ptr->member); - if (!strcasecmp(ptr->type, "LIST")) { ptr = ptr->next; -- 2.45.1