From 4e1df49c9aeadf2c2f647e456d0ff2261eaaf8b1 Mon Sep 17 00:00:00 2001 From: Geoffrey King Date: Thu, 5 Nov 1998 08:06:53 +0000 Subject: * prof_init.c (profile_init): Fix a problem whereby if the last pathname in a list of pathnames was nonexistent, an error would be returned that they were all nonexistent. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11015 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/profile/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/util/profile/ChangeLog') diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index b01a98eba..e3345397c 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,9 @@ +1998-11-05 Geoffrey King + + * prof_init.c (profile_init): Fix a problem whereby if the last + pathname in a list of pathnames was nonexistent, an + error would be returned that they were all nonexistent. + 1998-11-03 Theodore Ts'o * Makefile.in: Added prof_get.c to the list of files to be compiled. -- cgit