mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r15876@catbus: nickm | 2007-10-17 12:39:05 -0400
Treat certificates as reason to note directory info as arrived svn:r11999
This commit is contained in:
@@ -1446,6 +1446,7 @@ connection_dir_client_reached_eof(dir_connection_t *conn)
|
||||
if (trusted_dirs_load_certs_from_string(body, 0)<0) {
|
||||
log_warn(LD_DIR, "Unable to parse fetched certificates");
|
||||
} else {
|
||||
directory_info_has_arrived(now, 0);
|
||||
log_info(LD_DIR, "Successfully loaded certificates from fetch.");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user