From: Alexandra Ellwood Date: Tue, 3 Aug 1999 21:19:04 +0000 (+0000) Subject: prof_file.c (profile_open_file) X-Git-Tag: krb5-1.1-beta1~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1b572ad98b143b6dd5d559c2657087af9459e996;p=krb5.git prof_file.c (profile_open_file) Mac OS side now sets profile->magic to PROF_MAGIC_FILE so the rest of the functions think it's a real profile. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11617 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index 7d8ab2ef0..9366adfd8 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,9 @@ +1999-08-03 Alexandra Ellwood + + * prof_file.c (profile_open_file) + Mac OS side now sets profile->magic to PROF_MAGIC_FILE + so the rest of the functions think it's a real profile. + 1999-07-22 Jeffrey Altman * prof_init.c (prof_init)