|  | @@ -2168,6 +2168,8 @@ connection_dir_client_reached_eof(dir_connection_t *conn)
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |        control_event_bootstrap(BOOTSTRAP_STATUS_LOADING_DESCRIPTORS,
 | 
	
		
			
				|  |  |                                count_loading_descriptors_progress());
 | 
	
		
			
				|  |  | +      if (mds && smartlist_len(mds))
 | 
	
		
			
				|  |  | +        directory_info_has_arrived(now, 0);
 | 
	
		
			
				|  |  |        SMARTLIST_FOREACH(which, char *, cp, tor_free(cp));
 | 
	
		
			
				|  |  |        smartlist_free(which);
 | 
	
		
			
				|  |  |        smartlist_free(mds);
 |