ticket: 2750
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16858
dc483132-0cff-0310-8789-
dd5450dbe970
+2004-11-04 Alexandra Ellwood <lxs@mit.edu>
+
+ * prof_set.c: profile calls which set values should not fail
+ if file is not writable. You can now write to a different
+ file with profile_flush_to_file() or buffer with
+ profile_flush_to_buffer().
+
2004-10-30 Ken Raeburn <raeburn@mit.edu>
* prof_int.h (STAT_ONCE_PER_SECOND): Define.
file = profile->first_file;
- if (!(file->data->flags & PROFILE_FILE_RW))
- return PROF_READ_ONLY;
-
retval = profile_lock_global();
if (retval)
return retval;