| |
@@ -653,7 +653,6 @@
|
| |
}
|
| |
|
| |
static int seed_domain_user_info(const char *name,
|
| |
- const char *domain_name,
|
| |
struct sss_domain_info *domain,
|
| |
bool *is_cached)
|
| |
{
|
| |
@@ -797,7 +796,7 @@
|
| |
}
|
| |
|
| |
/* get user info from domain */
|
| |
- ret = seed_domain_user_info(sctx->uctx->name, sctx->uctx->domain_name,
|
| |
+ ret = seed_domain_user_info(sctx->uctx->name,
|
| |
sctx->domain, &sctx->user_cached);
|
| |
if (ret != EOK) {
|
| |
DEBUG(SSSDBG_OP_FAILURE, "Failed lookup of user [%s] in domain [%s]\n",
|
| |
The last usage was removed in the commit
6181113