Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 738968 | Differences between
and this patch

Collapse All | Expand All

(-)./src/mod_auth_kerb.c.org (+6 lines)
Lines 2062-2067 Link Here
2062
static int
2062
static int
2063
have_rcache_type(const char *type)
2063
have_rcache_type(const char *type)
2064
{
2064
{
2065
  /* rcache "none" is always present in modern mit-krb5
2066
   * but krb5_rc_resolve_full() has been removed in 1.18.x
2067
   * so hardcode to true */
2068
   return 1;
2069
#if 0
2065
   krb5_error_code ret;
2070
   krb5_error_code ret;
2066
   krb5_context context;
2071
   krb5_context context;
2067
   krb5_rcache id = NULL;
2072
   krb5_rcache id = NULL;
Lines 2079-2084 Link Here
2079
   krb5_free_context(context);
2084
   krb5_free_context(context);
2080
2085
2081
   return found;
2086
   return found;
2087
#endif
2082
}
2088
}
2083
2089
2084
/*************************************************************************** 
2090
/*************************************************************************** 

Return to bug 738968