modtime is updated. Simply opening the file isn't sufficient.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7609
dc483132-0cff-0310-8789-
dd5450dbe970
+Tue Mar 12 14:01:32 1996 Richard Basch <basch@lehman.com>
+
+ * kprop.c: Write a byte to the last-prop file to ensure the file
+ modtime is updated. Simply opening the file isn't sufficient.
+
Wed Mar 6 16:15:46 1996 Richard Basch <basch@lehman.com>
* kprop.c: The credentials cache should be destroyed after any error.
free(file_last_prop);
return;
}
+ write(fd, "", 1);
free(file_last_prop);
close(fd);
return;