diff options
author | Greg Hudson <ghudson@mit.edu> | 2014-05-28 23:51:49 -0400 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2014-06-04 16:42:43 -0400 |
commit | ac98187641f6943ae571606c0b6a97f236f9b60c (patch) | |
tree | c90af7342e67afd0c3fc663a1e5ec720fa2a7fe9 /src/util/support/errors.c | |
parent | 8da21b0ec18cf9306a8c1b3410d5c6ab36acdd21 (diff) | |
download | krb5-ac98187641f6943ae571606c0b6a97f236f9b60c.tar.gz krb5-ac98187641f6943ae571606c0b6a97f236f9b60c.tar.xz krb5-ac98187641f6943ae571606c0b6a97f236f9b60c.zip |
Read /etc/gss/mech if no mech.d/*.conf found
Always read /etc/gss/mech, even if globbing /etc/gss/mech.d/*.conf
doesn't work. Doing this using GLOB_DOOFFS proved error-prone, so use
a simpler approach: factor out the per-pathname handling into a helper
function load_if_changed, call it with MECH_CONF before the glob, then
pass each glob result through the helper.
ticket: 7925
Diffstat (limited to 'src/util/support/errors.c')
0 files changed, 0 insertions, 0 deletions