projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e46941
)
Added line to initialize profile->magic on the Macintosh because all of the other...
author
Alexandra Ellwood
<lxs@mit.edu>
Tue, 3 Aug 1999 19:33:10 +0000
(19:33 +0000)
committer
Alexandra Ellwood
<lxs@mit.edu>
Tue, 3 Aug 1999 19:33:10 +0000
(19:33 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11614
dc483132
-0cff-0310-8789-
dd5450dbe970
src/util/profile/prof_file.c
patch
|
blob
|
history
diff --git
a/src/util/profile/prof_file.c
b/src/util/profile/prof_file.c
index e8cbbd95d0bf32f28b30158771c181e6f299caf5..53f4ab706191bfd538ced9724211e158590caa50 100644
(file)
--- a/
src/util/profile/prof_file.c
+++ b/
src/util/profile/prof_file.c
@@
-100,6
+100,7
@@
errcode_t profile_open_file(filespec, ret_prof)
prf->magic = PROF_MAGIC_FILE;
#else
prf->filespec = filespec;
+ prf->magic = PROF_MAGIC_FILE;
#endif
retval = profile_update_file(prf);