Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 803950
Collapse All | Expand All

(-)glibc-2.34.orig/nss/XXX-lookup.c (+3 lines)
Lines 53-58 Link Here
53
  if (! __nss_database_get (DATABASE_NAME_ID, &DATABASE_NAME_SYMBOL))
53
  if (! __nss_database_get (DATABASE_NAME_ID, &DATABASE_NAME_SYMBOL))
54
    return -1;
54
    return -1;
55
55
56
  if (!DATABASE_NAME_SYMBOL)
57
    return -1;
58
56
  *ni = DATABASE_NAME_SYMBOL;
59
  *ni = DATABASE_NAME_SYMBOL;
57
60
58
  return __nss_lookup (ni, fct_name, fct2_name, fctp);
61
  return __nss_lookup (ni, fct_name, fct2_name, fctp);

Return to bug 803950