Browse Source

r15876@catbus: nickm | 2007-10-17 12:39:05 -0400
Treat certificates as reason to note directory info as arrived


svn:r11999

Nick Mathewson 16 years ago
parent
commit
4088a90d55
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/or/directory.c

+ 1 - 0
src/or/directory.c

@@ -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.");
     }
   }