summaryrefslogtreecommitdiffstats
path: root/src/util/support/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-03-13 21:56:26 +0000
committerKen Raeburn <raeburn@mit.edu>2006-03-13 21:56:26 +0000
commitc3f6e181e266f8469925930600bdaf3601eca321 (patch)
treec3125913849ef5170eefc908f3ae59a28910a270 /src/util/support/ChangeLog
parent9ea5a3589deff92e64362ce0790f0a4869d19468 (diff)
downloadkrb5-c3f6e181e266f8469925930600bdaf3601eca321.tar.gz
krb5-c3f6e181e266f8469925930600bdaf3601eca321.tar.xz
krb5-c3f6e181e266f8469925930600bdaf3601eca321.zip
* plugins.c (krb5int_get_plugin_dir_data): If dirhandle is null or the
file pointer is null, return a one-element list containing just NULL. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17738 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/support/ChangeLog')
-rw-r--r--src/util/support/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/support/ChangeLog b/src/util/support/ChangeLog
index eb112f60d..295f42f12 100644
--- a/src/util/support/ChangeLog
+++ b/src/util/support/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-13 Ken Raeburn <raeburn@mit.edu>
+
+ * plugins.c (krb5int_get_plugin_dir_data): If dirhandle is null or
+ the file pointer is null, return a one-element list containing
+ just NULL.
+
2006-03-11 Ken Raeburn <raeburn@mit.edu>
* Makefile.in (autoconf.h): Note location change.