summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_s2n_exop.c
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2013-04-24 11:08:21 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-05-02 19:33:56 +0200
commit44c379a27a2d8de0ad933ebb2558b5e82b05fd56 (patch)
tree08e96cbfeba38febf27111548b2167c24f3764bc /src/providers/ipa/ipa_s2n_exop.c
parentb5afbc39c09baaef57b5300b636307e277c59d66 (diff)
downloadsssd-44c379a27a2d8de0ad933ebb2558b5e82b05fd56.tar.gz
sssd-44c379a27a2d8de0ad933ebb2558b5e82b05fd56.tar.xz
sssd-44c379a27a2d8de0ad933ebb2558b5e82b05fd56.zip
Remove unused attribute list
Diffstat (limited to 'src/providers/ipa/ipa_s2n_exop.c')
-rw-r--r--src/providers/ipa/ipa_s2n_exop.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/providers/ipa/ipa_s2n_exop.c b/src/providers/ipa/ipa_s2n_exop.c
index 64ee77528..9421c8653 100644
--- a/src/providers/ipa/ipa_s2n_exop.c
+++ b/src/providers/ipa/ipa_s2n_exop.c
@@ -511,7 +511,6 @@ struct ipa_s2n_get_user_state {
struct sdap_options *opts;
struct sss_domain_info *dom;
struct sdap_handle *sh;
- const char **expected_attrs;
};
static void ipa_s2n_get_user_done(struct tevent_req *subreq);
@@ -521,7 +520,6 @@ struct tevent_req *ipa_s2n_get_acct_info_send(TALLOC_CTX *mem_ctx,
struct sdap_options *opts,
struct sss_domain_info *dom,
struct sdap_handle *sh,
- const char **attrs,
int entry_type,
const char *name,
uint32_t id)
@@ -547,7 +545,6 @@ struct tevent_req *ipa_s2n_get_acct_info_send(TALLOC_CTX *mem_ctx,
state->opts = opts;
state->dom = dom;
state->sh = sh;
- state->expected_attrs = attrs;
ret = s2n_encode_request(state, dom->name, entry_type, name, id, &bv_req);
if (ret != EOK) {