krb5int_open_plugin_dirs errors out if directory does not exist
authorAlexandra Ellwood <lxs@mit.edu>
Thu, 5 Apr 2007 20:33:40 +0000 (20:33 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Thu, 5 Apr 2007 20:33:40 +0000 (20:33 +0000)
commit7c30487734fe5da0f0187d306a216b4077be14ef
treecccf23ae666c64a72c313876020f038910677b44
parente8c89c41b5265cde00427299245b20e7c89b6722
krb5int_open_plugin_dirs errors out if directory does not exist

If one of the directories in the list doesn't exist and no filenames are
passed in because opendir fails and then the code gets an error.  opendir()
failing should not be a fatal error.  The function should just move on to
the next directory.

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19400 dc483132-0cff-0310-8789-dd5450dbe970
src/util/support/plugins.c