r11690@Kushana: nickm | 2006-12-23 22:09:53 -0500

Hmm. Maybe I should have been compiling these before I checked them in.


svn:r9178
This commit is contained in:
Nick Mathewson 2006-12-24 03:09:58 +00:00
parent d76b2a4ec0
commit baac5389a1

View File

@ -339,7 +339,7 @@ init_keys(void)
/* Check whether we need to write the fingerprint file. */
cp = NULL;
if (file_status(keydir) == FN_FILE)
cp = read_str_to_file(keydir, 0, NULL);
cp = read_file_to_str(keydir, 0, NULL);
if (!cp && strcmp(cp, fingerprint_line)) {
if (write_str_to_file(keydir, fingerprint_line, 0)) {
log_err(LD_FS, "Error writing fingerprint line to file");