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:
Nick Mathewson
2007-10-17 16:55:41 +00:00
parent c23409080e
commit 4088a90d55
+1
View File
@@ -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.");
}
}