From 61e7adac8b45b7f9139e8a566af9a457a3079271 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Sun, 19 May 2013 21:22:09 +0200 Subject: Remove unneeded comment --- src/providers/ldap/ldap_id.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/providers/ldap/ldap_id.c b/src/providers/ldap/ldap_id.c index eb43f8d09..72fdd9c26 100644 --- a/src/providers/ldap/ldap_id.c +++ b/src/providers/ldap/ldap_id.c @@ -1067,7 +1067,6 @@ void sdap_handle_account_info(struct be_req *breq, struct sdap_id_ctx *ctx) req = groups_by_user_send(breq, be_ctx->ev, ctx, ar->filter_value); if (!req) ret = ENOMEM; - /* tevent_req_set_callback(req, groups_by_user_done, breq); */ tevent_req_set_callback(req, sdap_account_info_initgr_done, breq); -- cgit