pull up r19400 from trunk
authorTom Yu <tlyu@mit.edu>
Tue, 10 Apr 2007 21:52:11 +0000 (21:52 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 10 Apr 2007 21:52:11 +0000 (21:52 +0000)
commit012a957e29c7a3d66083093602293507406db0eb
treee6dd50baa9cab96cb76e5c87e61f28ccba43a416
parent8c86041853d617eabe613a5906279f8258a543df
pull up r19400 from trunk

 r19400@cathode-dark-space:  lxs | 2007-04-05 16:33:40 -0400
 ticket: new
 subject: 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: 5510
version_fixed: 1.6.1

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19417 dc483132-0cff-0310-8789-dd5450dbe970
src/util/support/plugins.c