From 84224fd403ac6cdec6ee2a28fb3f923855945400 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 26 Nov 2012 11:25:04 -0500 Subject: Fix comment on wrong line --- src/providers/ldap/ldap_id.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/providers/ldap/ldap_id.c') diff --git a/src/providers/ldap/ldap_id.c b/src/providers/ldap/ldap_id.c index a258e827..1a468906 100644 --- a/src/providers/ldap/ldap_id.c +++ b/src/providers/ldap/ldap_id.c @@ -951,11 +951,11 @@ void sdap_handle_account_info(struct be_req *breq, struct sdap_id_ctx *ctx) case BE_REQ_GROUP: /* group */ + /* skip enumerations on demand */ if (ar->filter_type == BE_FILTER_ENUM) { return sdap_handler_done(breq, DP_ERR_OK, EOK, "Success"); } - /* skip enumerations on demand */ req = groups_get_send(breq, breq->be_ctx->ev, ctx, ar->filter_value, ar->filter_type, -- cgit