diff options
author | Simo Sorce <simo@redhat.com> | 2012-11-26 11:25:04 -0500 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-12-05 23:53:07 +0100 |
commit | 84224fd403ac6cdec6ee2a28fb3f923855945400 (patch) | |
tree | c04d3591fd0d20ed67830a6e7a191dc8c5e541bc /src | |
parent | 73ea053bace5c63d61f7b949e5e0bb35f2463cb8 (diff) | |
download | sssd-84224fd403ac6cdec6ee2a28fb3f923855945400.tar.gz sssd-84224fd403ac6cdec6ee2a28fb3f923855945400.tar.bz2 sssd-84224fd403ac6cdec6ee2a28fb3f923855945400.zip |
Fix comment on wrong line
Diffstat (limited to 'src')
-rw-r--r-- | src/providers/ldap/ldap_id.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |