mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
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:
parent
d76b2a4ec0
commit
baac5389a1
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user