#3785 sss_seed: Remove unused parameter from seed_domain_user_info
Closed 6 years ago by jhrozek. Opened 6 years ago by lslebodn.
SSSD/ lslebodn/sssd sss_seed  into  master

file modified
+1 -2
@@ -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

rebased onto a35fbd1

6 years ago

I don't know why wasn't this PR closed automatically.

Pull-Request has been closed by jhrozek

6 years ago
Metadata