By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 860
Collapse All | Expand All

(-)tdebase/kcheckpass/kcheckpass.c (-1 / +1 lines)
Lines 358-364 Link Here
358
358
359
#ifdef ACCEPT_ENV
359
#ifdef ACCEPT_ENV
360
# ifdef HAVE_PAM
360
# ifdef HAVE_PAM
361
  if ((p = getenv("KDE_PAM_ACTION")))
361
  if ((p = getenv("TDE_PAM_ACTION")))
362
    caller = p;
362
    caller = p;
363
# endif
363
# endif
364
  if ((p = getenv("KCHECKPASS_USER")))
364
  if ((p = getenv("KCHECKPASS_USER")))

Return to bug 860