From 428970d0c17cd80ec166e407170fa9553e2efffa Mon Sep 17 00:00:00 2001 From: Alexandra Ellwood Date: Thu, 4 Nov 2004 19:27:24 +0000 Subject: * prof_init.c, profile.hin: added profile_is_modified and profile_is_writable so that callers can check to see if profile_release() will fail before calling it ticket: 2751 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16860 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 1a28ddd96..1499d25a0 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,9 @@ +2004-11-04 Alexandra Ellwood + + * prof_init.c, profile.hin: added profile_is_modified + and profile_is_writable so that callers can check to see + if profile_release() will fail before calling it. + 2004-11-04 Alexandra Ellwood * prof_set.c: profile calls which set values should not fail -- cgit