Added line to initialize profile->magic on the Macintosh because all of the other...
authorAlexandra Ellwood <lxs@mit.edu>
Tue, 3 Aug 1999 19:33:10 +0000 (19:33 +0000)
committerAlexandra 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

index e8cbbd95d0bf32f28b30158771c181e6f299caf5..53f4ab706191bfd538ced9724211e158590caa50 100644 (file)
@@ -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);