GNOME Bugzilla – Bug 779499
common: limit potentially expensive name lookups
Last modified: 2017-03-03 20:29:44 UTC
This is a RHEL patch that should really be upstream.
Created attachment 347102 [details] [review] common: limit potentially expensive name lookups Right now we're doing name look ups when we don't have to. These name look ups can cause lengthy timeouts in misconfigured environments. This commit reduces the name looks used by GDM to make it more resiliant to failure. Ported from RHEL 6 to RHEL 7 by Ashish Shah <ashishks@redhat.com>
Attachment 347102 [details] pushed as 0f9f574 - common: limit potentially expensive name lookups