summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-02-21 21:25:11 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-03-02 10:35:19 +0100
commitcfb6e8c83ce4800d2fc1f5383abef07ab2208092 (patch)
tree960c2e45ea193e4f6407b76bbf8a4505c0e30dbb /src
parentd88694443f17cb815cfd741b991ddf476908cde7 (diff)
downloadsssd-cfb6e8c83ce4800d2fc1f5383abef07ab2208092.tar.gz
sssd-cfb6e8c83ce4800d2fc1f5383abef07ab2208092.tar.xz
sssd-cfb6e8c83ce4800d2fc1f5383abef07ab2208092.zip
IPA: Remove unused argument from ipa_id_get_group_uuids
Reviewed-by: Pavel Reichl <preichl@redhat.com>
Diffstat (limited to 'src')
-rw-r--r--src/providers/ipa/ipa_id.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/providers/ipa/ipa_id.c b/src/providers/ipa/ipa_id.c
index cc6abcf87..e975c676a 100644
--- a/src/providers/ipa/ipa_id.c
+++ b/src/providers/ipa/ipa_id.c
@@ -461,7 +461,6 @@ static int ipa_initgr_get_overrides_recv(struct tevent_req *req, int *dp_error)
*/
static errno_t ipa_id_get_group_uuids(TALLOC_CTX *mem_ctx,
struct sysdb_ctx *sysdb,
- const char *username,
size_t *_msgs_count,
struct ldb_message ***_msgs)
{
@@ -800,7 +799,6 @@ static void ipa_id_get_account_info_orig_done(struct tevent_req *subreq)
BE_REQ_INITGROUPS) {
/* Get UUID list of groups that have no overrideDN set. */
ret = ipa_id_get_group_uuids(state, state->sysdb,
- state->ar->filter_value,
&state->group_cnt,
&state->user_groups);
if (ret != EOK) {