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 361-367 Link Here
361
  if ((p = getenv("KDE_PAM_ACTION")))
361
  if ((p = getenv("KDE_PAM_ACTION")))
362
    caller = p;
362
    caller = p;
363
# endif
363
# endif
364
  if ((p = getenv("KCHECKPASS_USER")))
364
  if ((p = getenv("TCHECKPASS_USER")))
365
    username = p;
365
    username = p;
366
#endif  
366
#endif  
367
367

Return to bug 860